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

masuo posted a new comment:
If you use the method shown in the document

findAll("someimage.png")
mm = list(getLastMatches())
for i in range(len(mm)):
    print mm[i].getX(),mm[i],getY()

-- 
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

Reply via email to