sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #29302
Re: [Question #257761]: How to use logical operators in sikuli?
Question #257761 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/257761
Status: Open => Answered
Shafiq Khan proposed the following answer:
if exists (or_("7655676576.png","7576577.png" )):
^This line should be:
if(exists(PS) or exists(PS)) #PSRL are patters, strings, region, locationetc.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.