sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #45238
Re: [Question #662269]: how to identify an image, everytime, until match found from the set of images
Question #662269 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/662269
RaiMan requested more information:
If I understand right, then you currently have a simple script like this
wait(popup1)
click(popup1)
wait(popup2)
click(popup2)
wait(popup3)
click(popup3)
...
but the next time you might need this:
wait(popup3)
click(popup3)
wait(popup1)
click(popup1)
wait(popup2)
click(popup2)
...
if you want to make this "self-adjusting", then you need some loop and
decision logic.
So what is your programming/scripting skill in Python?
Why did you talk about Java? any knowledge?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.