← 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 problem

 

seems to be a specific problem with 10.10.3 and Mail.app, since
App.open() generally works.

I tried other ways, to start Mail from SikuliX or from terminal: all not
working.

the only, that worked in the Terminal was:
osascript -e "tell application \"Mail\" to activate"

(cannot be issued currently with the run() feature - working on that)

once Mail is running, App.close() and App.focus() still work.

-- 
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 problem

Status in Sikuli:
  New

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