sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #34146
Re: [Question #270339]: if command for images
Question #270339 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/270339
masuo posted a new comment:
You have to find out, what Sikuli finds.
For exsample:
if exists("Busy1.PNG"):
getLastMatch().highlight(3)
if exists("available_2-2.PNG"):
getLastMatch().highlight(3)
if exists("meeting.PNG"):
getLastMatch().highlight(3)
Similar question was found.
https://answers.launchpad.net/sikuli/+question/207797
It was not a problem of exists() or not exists() , sorry.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.