sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #32961
Re: [Question #267765]: Can't use App.open, openApp, App.focus (Mac 10.7, Sikuli 1.1 2015-06-04)
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.