← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #665281]: Prevent abrupt program shutdown

 

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

RaiMan posted a new comment:
Another option always is, to use exists():

if exists(image, 0): # just one search
    # do what is needed
else:
    # do something else

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