Currently, users have to inspect page source to figure out a relatively reliable locator. This approach doesn't work very well if the page structure is complex.
Inspired by Android UI Automator Viewer (as below) and Appium Inspector, I think we can create a (standalone) backend-agnostic web application and then integrate it into WinAppDriver, so users can interactively inspect UI elements in the browser without installing any client application.
Currently, users have to inspect page source to figure out a relatively reliable locator. This approach doesn't work very well if the page structure is complex.
Inspired by Android UI Automator Viewer (as below) and Appium Inspector, I think we can create a (standalone) backend-agnostic web application and then integrate it into WinAppDriver, so users can interactively inspect UI elements in the browser without installing any client application.