sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #04826
Re: [Question #169247]: wait for image returns traceback if image doesn't exist
Question #169247 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/169247
Status: Open => Solved
Vineet confirmed that the question is solved:
found the error, should be using exists() in place of find()
findSomething = exists(<image_screenshot> ,10)
if (findSomething):
popup("foundddddddd")
else:
popup("nada")
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.