← Back to team overview

sikuli-driver team mailing list archive

[Question #280039]: How to select multiple option from a list ?

 

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

hi

I want to select a list of items from a given list 
e.g A,B,C,D
I wanted to select it using Shift and down buttons.

I have tried like this:

1. click(A)
      while not exists(img):
      type(Key.SHIFT+Key.DOWN)

2. click(A)
     type(Key.SHIFT)
     type(Key.DOWN)
     type(Key.DOWN)
     type(Key.DOWN)

In both the codes ,it is unable to identify the shift key.
Please suggest something




-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.