← Back to team overview

sikuli-driver team mailing list archive

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.