Hi Robert, On 10/06/2011 02:02 PM, Robert Nimax wrote: > Hi all, > Selenium once again: Are there any plans to translate the user > extensions for Selenium 1 to (java, .net, ...?) Selenium 2 WebDriver ? > I´m asking this just because I couldn´t figure out how to load user > extensions with WebDrivers. Maybe the concept of js-based user > extensions is obsolet with Selenium 2.
The WebDriver approach is to build a separate Driver for each browser, using the technology best suited to it. For example, the Firefox driver is implemented as a FF add-on and supports JS execution so it might be possible to migrate existing user extensions. The IE driver, on the other hand, I believe is written in C++ and uses Windows APIs to simulate interaction so JavaScript won't work. I haven't found anything like a driver-agnostic extension API in WebDriver so far. Regards, Daniel > Thanks, > Rob. > > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > > > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
