How to drag and drop in drop down menu until particular name is displayed in list

Asked by manas

Suppose my drop down list display 1 to 100 number. I want to drag until 56 text is displayed in that menu.How to achieve. I have implement using click button but its taking long time to show result because for each click its checking the particular search criteria.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

use type(Key.DOWN) the number of times needed.

Revision history for this message
manas (mandalmanas786) said :
#2

Thanks for your suggestion.

Revision history for this message
manas (mandalmanas786) said :
#3

Thanks RaiMan, that solved my question.