sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #20850
[Question #235451]: multiple selection
New question #235451 on Sikuli:
https://answers.launchpad.net/sikuli/+question/235451
Hi I need to select random and multiple list.
I've got the random part but how do I select multiple list?
this is my script
lineH = 31
top = find(Pattern(Pattern("some_pic.png").targetOffset(0,18)))
topP = top.getTarget()
lineNbr = random.randint(0, 30)
click(topP.below(lineNbr * lineH))
this only select 1 list
I want to select 5 list.
Thanks
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.