This is version 1. It is a part of webdriver-selenium project.
http://grepcode.com/file/repo1.maven.org/maven2/org.seleniumhq.webdriver/webdriver-selenium/0.9.7376/org/openqa/selenium/WebDriverBackedSelenium.java#WebDriverBackedSelenium
This is version 2. It’s a part of selenium-java.
http://grepcode.com/file/repo1.maven.org/maven2/org.seleniumhq.selenium/selenium-java/2.20.0/org/openqa/selenium/WebDriverBackedSelenium.java#WebDriverBackedSelenium
What is the difference between these 2 versions? I’m trying to port over some legacy tests and want to know if it makes a difference whether we use one or the other
i’d strongly suggest you pull the latest selenium from their site: http://code.google.com/p/selenium/downloads/list. Don’t even attempt to use 0.9.7 as that is over a year old, hundreds of bugs have been fixed probably in the webdriverbackedselenium realm. I’d strongly also suggest putting a code freeze on using any selenium 1 features going forward and just use webdriverbackedselenium to get sel 1 tests running in sel 2. There are many benefits of doing so but this is not the thread for that.