← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #169928]: on appear of image which is already there

 

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.