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

    Status: Open => Answered

RaiMan proposed the following answer:
have this somewhere inside your loop:

if exists(image): break

you might restrict exists() to a region, to make it fast and robust:
if reg.exists(image): break

-- 
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