sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #49758
[Question #676801]: Run app that name contains space(mac)
New question #676801 on Sikuli:
https://answers.launchpad.net/sikuli/+question/676801
For example:
x = App("/Applications/System Preferences.app"
x.open()
Not works
For run run app that name contains space(mac) before space must write \(backslash):
x = App("/Applications/System\ Preferences.app"
x.open()
in that case app runs, but in message area appears error:
[error] App: create: does not exist: /Applications/System\ Preferences.app
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.