sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #34141
Re: [Question #270339]: if command for images
Question #270339 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/270339
masuo posted a new comment:
How do you change the exists() to not exists()
if not exists("Busy-1.PNG",2):
if not exists("available_1.PNG",2):
else:
popup("Available")
else:
popup("Busy")
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.