← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #644269]: Sikuli loop statement

 

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

    Status: Open => Answered

masuo proposed the following answer:
Realy your codes are "exits (IMG1)"?

Did you get error message "[error] NameError ( name 'exits' is not
defined )"?

You should Change "exits()" to "exists()".
And try to modify "exits(IMG1)"  to "exists(IMG1,0)".

Second parameter zero is needed to  not  to wait three seconds, if image
dose not exist.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.