Closed
Description
Short overview
I am looking for a way to find all match on the screen for a template image
Use case
Same as the existing screen.find(...)
method
Detailed description
I am thinking about something like screen.findAll(...): Promise<Region[]>
A maxMatch
parameter might be needed for performance