sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #41722
Re: [Question #464203]: App.open() not working on Windows Server 2012
Question #464203 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/464203
Status: Open => Answered
RaiMan proposed the following answer:
open() comes back immediately after having triggered the app opening.
run() waits for completion of the given command or command file. In your case it will only come back, after the app is closed again. To avoid this effect with the run(), you have to use commands, that detach the command processing and immediately come back.
An example for a command that does this: start
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.