We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
screen.find(...)
Detailed description I am thinking about something like screen.findAll(...): Promise<Region[]> A maxMatch parameter might be needed for performance
screen.findAll(...): Promise<Region[]>
maxMatch
The text was updated successfully, but these errors were encountered:
Hi @Eternahl, thanks for reaching out!
findAll(...) functionality would be a great feature, I'll check what's possible!
findAll(...)
Sorry, something went wrong.
findAll
Successfully merging a pull request may close this issue.
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(...)
methodDetailed description
I am thinking about something like
screen.findAll(...): Promise<Region[]>
A
maxMatch
parameter might be needed for performanceThe text was updated successfully, but these errors were encountered: