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

    Status: Open => Answered

masuo proposed the following answer:
Because findAny return a list of matches for the images found.

[Example using findAny]

mm = findAny("1567505884977.png","1567505893008.png")
for m in mm:
    m.highlight(1)

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