← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #683606]: Need help for find()

 

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.