Windows has a UI Automation API, and there is a small tool written by Microsoft that allows one to test and verify that a UI automation server implementation is working correctly. Its UI resembles Regedit. I've forgotten the name of the tool. What is the tool called, and where can I get it?
Asked
Active
Viewed 478 times
0
-
1There's "Inspect" from the Windows SDK: https://learn.microsoft.com/en-us/windows/win32/winauto/inspect-objects or the more recent "Accessibility Insights for Windows" https://accessibilityinsights.io/docs/en/windows/overview – Simon Mourier Nov 29 '21 at 10:50
-
That's the one! Thanks! – Ansis Māliņš Nov 29 '21 at 10:53