← Back to team overview

sikuli-driver team mailing list archive

[Bug 1445667] Re: [1.1.0] OS X 10.10.3: App.open("Mail") doesn't work anymore --- specific Mac 10.10 problem --- workaround (available 2015-04-20+)

 

Hmm was this due to a change in how App.open is implemented? I pulled up
an older version from a few months ago (the nightly build from
11-14-2014) and that seems to still work on 10.10.3.

-- 
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: App.open("Mail") doesn't work anymore ---
  specific Mac 10.10 problem --- workaround (available 2015-04-20+)

Status in Sikuli:
  Confirmed

Bug description:
  ----------- 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

  ---------------------------------------------------------

  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