Question #266883 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266883
RaiMan proposed the following answer: forget about comment #5. I will make it so that openApp() and App.open() will always ignore a running instance of the app in question and hence in doubt start a new instance of the application. If you want to deal with running apps, you have to use myApp = App(some app) myApp.open() myApp.focus() myApp.close() will be available with build 2015-05-23+ -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

