Question #680383 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/680383

RaiMan proposed the following answer:
... same goes for image searches
instead of:
click(whatEver)
wait(5)

better:
click(whatEver)
wait(forSomeImage, 5) # might continue after 1 second if image is there

-- 
You received this question notification because your team Sikuli Drivers
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