I am working on a series of web applications written using the Google Web Toolkit (GWT). As part of our testing, we have successfully used selenium-rc for a long time. We aim to upgrade to Selenium 2 and use the WebDriver interface.
The complication is that one of our customers is a regular .Net application that launches our web applications using the built-in QT Webkit browser. We are concerned that switching to Selenium 2 will mean that we cannot run Selenium tests on this client, which will be a big problem, as it currently consists of most of our customers.
After doing some research, I was able to find a webkitdriver project in Google code. However, this seems to support testing against the dumb web kit, which we don't want.
Does anyone else have experience testing the built-in QT web kit browser using Selenium 2 and WebDriver? I would really like to be able to do this work.
Miked
source share