Comment 1 for bug 1445667

Revision history for this message
RaiMan (raimund-hocke) wrote : 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.