Internet Explorer WebView UI Automation

246 Views Asked by At

I have a Win32 C++ application using wxWidgets. I have wxWebviewCtrl (assuming it is using Windows IWebBrowser2 interface).

The requirement is to have UI automation support for IE based Webview by automation tools like Selenium or similar.

I understand these UI automation tools work fine with Internet Explorer. I have no idea how can I use these tools for IE Webview.

0

There are 0 best solutions below