Can you search for several of the same image, then act if there were more or less than x of the same images found?

Asked by Jim

Basically, the title, i'm fairly new to programming and am not sure where to go to check for something like this.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
masuo
Solved:
Last query:
Last reply:
Revision history for this message
Best masuo (masuo-ohara) said :
#1

The function "findAll" should suit your purpose.
https://sikulix-2014.readthedocs.io/en/latest/region.html#Region.findAll

Revision history for this message
Jim (xypheran) said :
#2

Thanks masuo, that solved my question.