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

    Status: Open => Answered

masuo proposed the following answer:
I think an easy way is to repeat exists() and highlight() for the number
of image files.

read image folder and set image file path to list "imagelist".

r = Region(x,y,w,h)
for image in imagelist:
    m = r.exists(image)
    if m:
        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     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to