Hi Jean-Noel, Thomas mentioned the major points already. What's left to add is that in WebDriver, the code that implements the API is written using the language/technology considered to be "closest" to the driven browser, e.g. an extension for Firefox, C/C++ for IE asf. as opposed to the JavaScript-based approach in Selenium. So at least as far as I can tell, custom locators that go beyond the default strategies would have to be implemented for each driver individually.
Outside of WebDriver, we definitely want to provide full support for Selenium 2.x. See the corresponding issue: http://bugzilla.qooxdoo.org/show_bug.cgi?id=5433 Regards, Daniel On 08/11/2011 06:04 PM, Jean-Noël Rivasseau wrote: > Hi, > > I am in the process of starting to write a lot of integration tests > for our framework / product. About 2 years ago, I wrote a dummy > Selenium test case, and it worked. However I've looked today at the > new version of Selenium (Selenium 2) and I saw that it works quite > differently from the old one (eg, the RC technology). > > Now when using WebDriver, you dont need a server anymore (which is > great). The API has also significantly changed. > > I wondered if it were possible to use the Qooxdoo extension with > WebDriver? I mean, the Qx locators like > "qxh=app:logController/userNameField" are particularly useful. > > Thanks for the information, > > Jean-Noel > > ------------------------------------------------------------------------------ > Get a FREE DOWNLOAD! and learn more about uberSVN rich system, > user administration capabilities and model configuration. Take > the hassle out of deploying and managing Subversion and the > tools developers use with it. > http://p.sf.net/sfu/wandisco-dev2dev > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > ------------------------------------------------------------------------------ uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
