sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #32048
[Bug 1445667] Re: [1.1.0] OS X 10.10.3 with Java 7+: App.open("Mail") doesn't work anymore --- also for some other Mac apps --- fixed 2015-04-25+
** Summary changed:
- [1.1.0] OS X 10.10.3 with Java 8: App.open("Mail") doesn't work anymore --- also for some other Mac apps --- fixed 2015-04-24+
+ [1.1.0] OS X 10.10.3 with Java 7+: App.open("Mail") doesn't work anymore --- also for some other Mac apps --- fixed 2015-04-25+
** Description changed:
- ---- fixed 2015-04-24+ (using osascript tell app to activate)
+ ---- fixed 2015-04-25+ (using osascript tell app to activate)
----------- workaround
... for situations, where SikuliX App features crash, do not work as expected or are not available at all:
run AppleScript snippets inline, that do the job:
runScript("applescript tell application ...")
... would internally run the given snippet using osascript.
An example for this specific Mail situation: comment #3
... and using Java 7 seems to help
---------------------------------------------------------
For some reason I can no longer launch applications using App.open anymore with the latest night build.
It executes the code but the application does not actually launch.
ie,
App.open("/Applications/Mail.app")
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1445667
Title:
[1.1.0] OS X 10.10.3 with Java 7+: App.open("Mail") doesn't work
anymore --- also for some other Mac apps --- fixed 2015-04-25+
Status in Sikuli:
Fix Committed
Bug description:
---- fixed 2015-04-25+ (using osascript tell app to activate)
----------- workaround
... for situations, where SikuliX App features crash, do not work as expected or are not available at all:
run AppleScript snippets inline, that do the job:
runScript("applescript tell application ...")
... would internally run the given snippet using osascript.
An example for this specific Mail situation: comment #3
... and using Java 7 seems to help
---------------------------------------------------------
For some reason I can no longer launch applications using App.open anymore with the latest night build.
It executes the code but the application does not actually launch.
ie,
App.open("/Applications/Mail.app")
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1445667/+subscriptions
References