← Back to team overview

sikuli-driver team mailing list archive

[Bug 772014] Re: X-1.0rc2: Mac: apps containing blank in name cannot be closed --- workaround

 

** Branch linked: lp:sikuli

-- 
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 Committed

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