← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #672967]: [1.1.4]Is the masked pattern valid for findAll()?

 

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

RaiMan requested more information:
BTW:
- added a simpler .mask() and .mask(ImageOrPattern) (see docs)

- there is a findAllList():

matches = findAllList(image)
for match in matches:
    match.highlight(1)

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