sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #24402
Re: [Question #244515]: click images in a loop (checkbox inside the image)
Question #244515 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244515
Description changed to:
Hi,
In the following code asrS.png and asr34.png are unique small images, the images with checkbox in it.
How can I find a checkbox inside these images? Thanks for your help.
Following code does not work.
images = ("C:\polaris\asrS.png","C:\polaris\asr34.png")
for img in images:
x = find(img) (it fails here)
click(x.inside().find("1393256406284.png"))
In the above code, 1393256406284.png is a checkbox inside asrS.png and
asr34.png images.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.