← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #668789]: Assign every Match from findAll to a separate variable

 

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.