sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #15991
Re: [Question #221497]: copy mouse action
Question #221497 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/221497
Status: Open => Answered
RaiMan proposed the following answer:
for i in range(100):
click(image)
this will 100 times search the image on the whole screen (takes between
0.5 and 1 sec) and click the found image.
Be aware: if you want to use Sikuli, you will have the need to dive a
little bit into Python scripting (see faq 1858).
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.