sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #32280
[Bug 1453093] Re: App.focus Not working in 1.1.0
what version of OS X?
try this:
take care, that both apps are behind some other app (e.g. a Finder
window):
Debug.on(3)
safari = App("Safari")
icon = App("Icon.app")
safari.focus()
icon.focus()
and paste the output + info wether the apps came to forground
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1453093
Title:
App.focus Not working in 1.1.0
Status in Sikuli:
New
Bug description:
Run from IDE or terminal, App.focus('Some App') does not work.
Tried on Virtual machine and Pysical machine, no difference.
nightly build 2015-05-08_01;00
See video
http://screencast.com/t/KI0WlEd5
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1453093/+subscriptions
References