sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #55352
Re: [Question #691666]: Find every match of multiple patterns
Question #691666 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/691666
Status: Answered => Open
Jaroslav Novotny is still having a problem:
Sadly that's no the case.
findAnyList performs find operation for each item of the list, which
results in only the best match being found for each list item, but not
all of them (not all of visible occurrences of that pattern). Same like
region.find(pattern) finds only the best match.
Ideally I'd need something like a region.getAllList(list_of_patterns)
function.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.