sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #32520
Re: [Question #266883]: [1.1.0] Second monitor recognized but still not working --- fixed 2015-05-15+
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.