sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #03992
Re: [Question #165223]: Identical images on screen
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.