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

    Status: Open => Answered

masuo proposed the following answer:
if you want to confirm these images exist without wait time, set waiting time 
zero.
http://sikulix-2014.readthedocs.io/en/latest/region.html?#Region.exists

if exists(picture1,0) or exists(picture2,0):
   type(Key.SPACE)

-- 
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