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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to