sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #49765
[Bug 1808573] [NEW] [1.1.4] Mac: app name with space does not work
Public bug reported:
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
** Affects: sikuli
Importance: High
Assignee: RaiMan (raimund-hocke)
Status: Fix Committed
** Changed in: sikuli
Status: New => Fix Committed
** Changed in: sikuli
Importance: Undecided => High
** Changed in: sikuli
Assignee: (unassigned) => RaiMan (raimund-hocke)
** Changed in: sikuli
Milestone: None => 1.1.4
--
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
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
Follow ups