Question #208435 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/208435

RaiMan proposed the following answer:
@ Bekir: 
since we are on a Mac, the App class works totally different than on Windows. 
On Mac you cannot access different windows using part of the window title as 
you can do on Windows.

-- The JRE is definitely not the problem here.
-- closeApp() is the same as App.close() internally

@ Mahusudhan
In the standard (I guess you have it) the app Finder cannot be closed.
So I guess you meant closing an open Finder window.

Using 
App.focus("Finder")
should bring the frontmost Finder window to front.

To close this window use the shortcut:
type("w", KeyModifier.CMD)

You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to