← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #657348]: Invalid change of AutoWaitTimeout

 

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

    Status: Open => Answered

masuo proposed the following answer:
try this code

if exists("image.png", 0.5) :
    print "found"
else:
    print "not found"

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