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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to