← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #157248]: closing a secondary "pop up" window

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
With the following script, I have no problem to achieve what you want
(Win 7-32 german)

App("Firefox").focus() # switch to running FF
type('h', KEY_ALT) # open help menu
type('e') # select about/info
wait(3) # have a look at it ;-)
type(Key.ESC) # make it vanish
wait(2) # have a chance to see it

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