← Back to team overview

sikuli-driver team mailing list archive

[Question #708755]: using multiple images in click, wait and find with OR

 

New question #708755 on SikuliX:
https://answers.launchpad.net/sikuli/+question/708755

Can I use multiple images in click, wait and find with OR like below?

wait("img1.png" or  "img2.png",5)
click("img1.png" or  "img2.png")


f = find("img1.png" or  "img2.png")
click(f)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.