← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #263252]: how to close the current application with java code

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
try:
App.close("some part of the window title")

or when the app has focus issue
type(Key.F4, Key.ALT)

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