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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to