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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to