← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #689478]: Highlight Images

 

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

Eric G gave more information on the question:
So apparently I got the highlighting to work on multiple images, but is
there any way that I can highlight them at the same time? As in have 3
or 4 highlighted items at once? Currently, I just cycle through them
with a for loop.

##^rest of code
if selected == Comps[3]:
    while True:
        matches = reg.findAny(test)
        for match in matches:
            match.highlight(1)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.