sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #53124
Re: [Question #685869]: how to identify a picture inside a region
Question #685869 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/685869
Marc Summers gave more information on the question:
Another way to ask this would be, if I have this code
tbuttons = list(findAll("serialnumber.png"))
print "I Found ", len(tbuttons), " matches"
tbuttsorted = sorted(tbuttons, key=lambda m:m.y)
hover(tbuttsorted[3])
mouseMove(-129, 40) <<< then how do I tell what picture is at this position ?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.