-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebBrowser in WPF #15
Comments
Could you explain please what you want to implement ? |
the pull request 2gis/Winium.Cruciatus#59 should fix the issue. |
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. |
You can try driving embedded internet explorer with Selenium (InternetExplorer Driver), but it might require hacking the driver. |
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.
The text was updated successfully, but these errors were encountered: