sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #39150
[Bug 1606719] Re: Mac OS 10.11.6 App.open(sysprefs) eventually cannot find app
sp = App("System Preferences")
sp.open()
print sp
this works for me in both cases (SikuliX 1.1.1, macOS 10.11):
- is focused, when already open
- is opened and focused, if closed
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1606719
Title:
Mac OS 10.11.6 App.open(sysprefs) eventually cannot find app
Status in Sikuli:
New
Bug description:
Sikulix 1.1.0 running on MAC OS 10.11.6
600+ line script is run in command line mode. The same function fails the second time
with the following message:
[error] App.open failed: /Applications/System Preferences.app not
found
This is a MAC OS System Preferences app. It is closed each time it is
open. If it is already open, it gets focus.
The script is trying to install and activate a wireless WPA2
Enterprise profile and verify it. Please let me know if there is any
additional documentation I can provide.
thanks
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1606719/+subscriptions
References