New question #161632 on Sikuli:
https://answers.launchpad.net/sikuli/+question/161632

I want to check the screen if a certain image is visible. If the image is 
visible i want to return True and if it is not visible I want to return False. 

Is this the proper solution or is it any better solution? 

try:
    exists(image)
    return True
except: return False

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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