Remi05 / outlines

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

[Live Inspector] Full screen Snapshots include hidden elements #56

Open Remi05 opened 3 years ago

Remi05 commented 3 years ago

When taking a full screen Snapshot, the UI Tree includes elements which are not visible, hindering inspection.

Remi05 commented 3 years ago

Using the ClickablePoint property to determine is a UI element is occluded doesn't work (properly), during live inspection, no UI element appears to have a ClickablePoint, I assume this is due to the Outlines window being top-most.

Remi05 commented 2 years ago

Started a chat with UIA API owners on whether there's a public way to hide our app from UIA. Otherwise, an alternative might be to use Win32 windowing APIs to build an occlusion map. The following APIs could be useful: