New question #208921 on Sikuli:
https://answers.launchpad.net/sikuli/+question/208921

I'm testing a page heavy on javascript and specifically I'm using a search box 
which pops up results as you type, however the moment you click on GreenShot 
(or anywhere else) the dropdown disappears, so I'm unable to take a screenshot 
of it.  However the program uses alt+printkey as a shortcut, and when I use 
this the dropdown remains.

So far I've tried a number of things unsuccessfully.
keyDown(ALT)
type(key.PRINTSCREEN)
keyUp(ALT)

Here alt is undefined

If I add keyDown(key.ALT) then sikuli returns "name 'key' is not defined."

This is the 2nd thing I've tried: type(key.PRINTSCREEN, KeyModifier.ALT). It 
still returns "name 'key' is not defined".

Thanks for your help!

-- 
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