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.

_______________________________________________
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