Question #267765 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/267765
Status: Open => Answered
RaiMan proposed the following answer:
I have revised the App class, to be more functional on Windows.
This seems to have some drawbacks on Mac (under investigation).
This works (tested on OSX 10.7):
bs = App("Safari")
bs.open() # open and focus
bs.focus() # has the same effects as open() on Mac currently
bs.close() # close the app
--
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