New question #685869 on Sikuli:
https://answers.launchpad.net/sikuli/+question/685869
If I have code like this:
sbuttons = list(findAll("selectcoverage.png"))
print "I Found ", len(sbuttons), " sbuttons matches"
sbuttsorted = sorted(sbuttons, key=lambda m: m.y)
k = sbuttsorted[0]
r = Region(k.getX(), k.getY(), k.getW(), k.getH())
is there some way to identify the actual picture that
is inside the Region.
--
You received this question notification because your team Sikuli Drivers
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