-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
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
Native highlight #40
Labels
feature
New features
Comments
s1hofmann
added a commit
that referenced
this issue
May 4, 2020
s1hofmann
added a commit
that referenced
this issue
May 4, 2020
s1hofmann
added a commit
that referenced
this issue
May 4, 2020
s1hofmann
added a commit
that referenced
this issue
May 4, 2020
s1hofmann
added a commit
that referenced
this issue
May 4, 2020
s1hofmann
added a commit
that referenced
this issue
May 4, 2020
s1hofmann
added a commit
that referenced
this issue
May 4, 2020
s1hofmann
added a commit
that referenced
this issue
May 4, 2020
s1hofmann
added a commit
that referenced
this issue
May 4, 2020
s1hofmann
added a commit
that referenced
this issue
May 4, 2020
s1hofmann
added a commit
that referenced
this issue
May 4, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Short overview
Add native "highlight" method similar to the Sikuli implementation
Use case
E.g. to highlight screen regions for image based matching.
Detailed feature description
When performing screen based actions it would be great to have a "highlight" functionality (red border around a given region) to visually track which regions has been detected via screenshot matching.
One simple approach would be to display a window showing a modified screenshot.
Drawback: The window blocks the screen, so underlying actions are not captured. Might be acceptable for debugging purposes.
Additional content
The text was updated successfully, but these errors were encountered: