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

sathya posted a new comment:
@Raimund

Yes the drop down is in focus and I've put a wait after that too.
When i do it manually ctrl+shift+end works to select list in the menu but 
sikuli won't do it.

            click(Pattern("messaging_selectdevices.JPG").targetOffset(-1,3))
            wait(1)
            type(Key.END, KeyModifier.CTRL + KeyModifier.SHIFT)
            
Sikuli scrolls the drop menu to the end but doesn't select the list.


Cheers :)
Sathya

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