2gis / Winium

Automation framework for Windows platforms
Mozilla Public License 2.0
384 stars 123 forks source link

WebBrowser in WPF #15

Open F1tZ81 opened 8 years ago

F1tZ81 commented 8 years ago

Hi team,

I have a WPF application that wraps a Internet explorer instance. When dealing with the WPF portions my team is able to navigate via ID. However when we get in to the pane that contains IE elements we are no longer able to use IDs to locate elements.

When Using Visual UIA Verify 20 we are able to see the IE elements with IDs.

tkurnosova commented 8 years ago

Could you explain please what you want to implement ?

F1tZ81 commented 8 years ago

the pull request https://github.com/2gis/Winium.Cruciatus/pull/59 should fix the issue.

anujmahi commented 8 years ago

Hi F1tZ81

I have the same issue. I have a wpf application which wraps a internet explorer instance. Can you please help me to find out the solution of it with winium.

NickAb commented 8 years ago

You can try driving embedded internet explorer with Selenium (InternetExplorer Driver), but it might require hacking the driver. Please, see http://bradbax.blogspot.ru/2013/07/driving-embedded-wpf-browser-with.html