← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #244515]: click images in a loop (checkbox inside the image)

 

Question #244515 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244515

    Status: Open => Answered

Eugene S proposed the following answer:
Greetings,

I assume that the checkbox image is similar in both cases? If yes then
you can do the following:

#Define a directory where your images are located:
bundlePath = "C:\polaris\"

#Run the command separately for each image:
find("asrS.png").find("1393256406284.png").click()
find("asr34.png").find("1393256406284.png").click()

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.