Skip to content
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

More and better ways to match windows and controls #9

Open
dmwyatt opened this issue Jul 11, 2021 · 0 comments
Open

More and better ways to match windows and controls #9

dmwyatt opened this issue Jul 11, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@dmwyatt
Copy link
Owner

dmwyatt commented Jul 11, 2021

Ideas:

  1. Computer-vision / machine-learning assisted finding of windows and controls.
  2. UIA (see a python implementation here)
  3. Window "templates".
    • Code or configuration to represent a window, the ways it can be resized, the relative location of controls, and actions that can be taken on said controls.
    • Percentage-based and/or pixel based.
    • AKA, a class for a web browser that says "refresh button is 12% from left edge and 4% from top".
@dmwyatt dmwyatt added the enhancement New feature or request label Jul 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant