sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #02528
[Bug 772014] Re: X-1.0rc2: Mac: apps containing blank in name cannot be closed --- workaround
** Changed in: sikuli
Milestone: None => x1.0-rc3
--
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:
Confirmed
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?
References