sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #05676
[Bug 772014] Re: X-1.0rc2: Mac: apps containing blank in name cannot be closed --- workaround
** Changed in: sikuli
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/772014
Title:
X-1.0rc2: Mac: apps containing blank in name cannot be closed ---
workaround
Status in Sikuli:
Fix Released
Bug description:
***** workaround
e.g. Address Book.app
App("Address Book").open() # works
to close the app, escape the blank with \
App("Address\ Book").close() # works
----------------------------------------------------------------------
I think the reason that Address Book.app and Disk Utility.app could
not be closed by "App.close("")" is because the file name is not in
English when the language setting has been set to Traditional Chinese.
Will this problem be fixed?
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/772014/+subscriptions
References