sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #42637
Re: [Question #634573]: How to call same image multiple times
Question #634573 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/634573
Status: Needs information => Answered
Roman Podolyan proposed the following answer:
# according to documentation
my_match = find("xyz.png") # find returns Match object
click(my_match) # clicks what you have found earlier
# something happens
click(my_match) # clicks what you have found earlier again
#...
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.