Selenium Tests in an Embedded QT Browser

I have a GWT application that is embedded inside a C++ Desktop application. I need to launch Selenium tests from the same browser that is embedded inside the application. The browser I am using is IE (or) QT Browser. Any thoughts on how it can be done?

Appreciate your help in advance. Thanks


You can as long as you are able to do a Dom manipulation of the GWT Application from selenium.

Question is how do you intend to attach a selenium to the browser which is running within c++ application. Does the browser which runs inside the c++ application has it's own process space. if then you can try plugging selenium to that using driver session.

But i am not sure whether all these can be achieved in an QT. But in IE (may be).

链接地址: http://www.djcxy.com/p/62570.html

上一篇: 上传ServiceContract

下一篇: 嵌入式QT浏览器中的硒测试