sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #17923
[Question #228447]: How to click objects in sequence?
New question #228447 on Sikuli:
https://answers.launchpad.net/sikuli/+question/228447
Hi, everyone:
Could I ask how to let the Sikuli to click a list of file icon (e.g., text file icon in Win7) from top to down? Right now if I use the following, Sikuli click on file in random order.
for x in finaAll("text icon"):
click(x)
Thank you!
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.