← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #663025]: Moving bar pickup

 

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.