← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #254587]: Some combinations with shift key won't work

 

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.