← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #464137]: How to select from a slider list that contains more than 10 values

 

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

RaiMan posted a new comment:
if there are more entries in the list, so that some are not visible, I
guess one has to first use the key down, to get these entries visible.

pseudo code:
select first entry
while entry not found:
    key down

now the entry is visible and we have to repeat the drag to top, until
the entry really is at the top combined with intermediate key ups.

in any case much more complicated ;-)

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