FlaUI / FlaUInspect

Inspect tool to inspect UIs from an automation perspective
MIT License
410 stars 97 forks source link

Feature request for xpath of an Internet explorer element #8

Closed chaksoham closed 3 years ago

chaksoham commented 5 years ago

I can see the desktop tree structure been generated. Can we have something so that we can extract the DOM tree or the xpath of an element in internet explorer.?

Roemer commented 3 years ago

No, the DOM tree is a very different concept as Windows UI Automation. If you really need to work with the real DOM tree, you should use a Web-Testing tool like Selenium.