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.

_______________________________________________
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