sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #05772
Re: [Question #172755]: Can't access main menu of application under test (Mac)
Question #172755 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/172755
Status: Open => Answered
RaiMan proposed the following answer:
On Mac, you have to use App.focus() (see docs) to get the requested app
back to the foreground after starting a script.
popup() and input() steel focus again. So after each usage, you have to
App.focus() again.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.