← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #255287]: Find Imagem

 

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

    Status: Open => Answered

Eugene S proposed the following answer:
Hi,

Two options I can thinks of:

1. Use the Application class
The documentation is here:
http://doc.sikuli.org/globals.html#the-application-class

app = App.open(application)
app.focus()
app.close()


2. Just use key combination to close the active window (Alt + F4)
type(Key.F4,KeyModifier.ALT)


Cheers,
Eugene

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