sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #49874
[Bug 1808573] Re: [1.1.4] Mac: app name with space does not work
** Changed in: sikuli
Importance: High => Critical
** Summary changed:
- [1.1.4] Mac: app name with space does not work
+ [1.1.4] Mac: app name with space does not work --- fixed 2018-12-20 build#153
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1808573
Title:
[1.1.4] Mac: app name with space does not work --- fixed 2018-12-20
build#153
Status in Sikuli:
Fix Committed
Bug description:
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
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1808573/+subscriptions
References