← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #281180]: click(exists()) always return True

 

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

    Status: Open => Answered

Katy proposed the following answer:
Can you use:

if not exists (image):
       #do actions to make image visible 
else:
       #do this

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