sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #17361
Re: [Question #225941]: How to click on a text with same description
Question #225941 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/225941
Sandeep posted a new comment:
just one question
i am using the findall method, its returning the correct number of objects
For Ex: 3
the objects are located side by side
so when i run this code
Click(sorted_icons[0])
Click(sorted_icons[1])
Click(sorted_icons[2])
everytime it makes a random click on the objects...there is no
particular order....
Like for 1st time the order of click might be 11st object, 3rd object
and then 2nd obj
if i re-run the code the order might change to 3rd object, 1st object
and then 2nd obj
Is this a bug that its not able to store the index or am i going wrong
somewhere?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.