imsardine / winappdriver

WebDriver for Windows Applications
MIT License
119 stars 11 forks source link

Implement a web-based inspector #15

Open imsardine opened 9 years ago

imsardine commented 9 years ago

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.