Remi05 / outlines

An app to help review your UI implementation.
MIT License
7 stars 0 forks source link

Selected/Target element is sometimes not the correct one #42

Closed Remi05 closed 2 years ago

Remi05 commented 3 years ago

With the new element finding approach for a given point it happens pretty often that the returned element is not the one I was targetting. It seems to happen a lot more frequently than with the previous approach. We should see if we can come up with a better heuristic.

Remi05 commented 2 years ago

This is in part due to .NET UIA APIs not discovering all UI elements. Using COM APIs provides more accurate results. I created uia-winrt to wrap the COM UIA APIs and use them from C#.