Question #165223 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/165223
Status: Open => Answered
RaiMan proposed the following answer:
There is no reliable rule.
-- either use findAll()
and check the resulting matches and click the one you need
-- or restrict the region
to the one, that contains the image you want to click and use
reg = Region(wanted)
reg.click(image)
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp