sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #33423
[Bug 1463866] Re: Sikuli 1.1.0 tries to close my IDE
Uuuups, no.
Somehow missed that.
You should try this:
def start_app(path_to_app, window_title):
p = os.path.normpath(path_to_app)
if not os.path.exists(p):
die('cannot find "%s": expected -> %s' % (window_title, p))
app = App( p )
app.open()
if not app.isRunning():
die('cannot start %s' % window_title)
….
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1463866
Title:
Sikuli 1.1.0 tries to close my IDE
Status in Sikuli:
New
Bug description:
IntelliJ IDEA (Cassiopeia) IU-141.1383.1
JRE: 1.8.0_40-b26 x86
sikuli 1.1.0-20150602
Windows 8.1 Pro (x64)
When my program calls close on an App object, it appears that sikuli
is typing Alt-F4. Unfortunately this isn't going to the application,
its going to the IDE, which then tries to close. It only fails because
IDEA is configured to require confirmation before it will quit.
The reason I believe it's sikuli is the following messages which are
printed in the log:
[log] ( Alt ) TYPE "#F4."
[error] App.close [-1:myapp.exe (XXXX Yyyyyyyyy - [Zzzzzzzzzz Zzzzz Zzzzzzzzzz])] C:\subversion\Sikuli\Myapp\test0000.sikuli\myapp.exe did not work
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1463866/+subscriptions
References