sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #48351
[Question #673341]: Cant Open Certain Apps using App.open() or os.popen()
New question #673341 on Sikuli:
https://answers.launchpad.net/sikuli/+question/673341
Hi,
Im on a Mac, running version 1.1.3
I have tried with the below apps:
App.open("/Applications/Dictionary.app")
App.open("/Applications/Calendar.app")
works fine, but certain apps like Firefox or Photoshop for example, the app will open and instantly close. I have tried also creating .sh file and using :
os.popen('sh /Users/herickpaiva/firefox.sh')
as well as:
someapp = App("App");
someapp open()
to try to open the apps, but same thing happens, app launches and "vanishes" instantly.
Anything else I can do?
Thanks again!
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.