Details
-
Improvement
-
Resolution: Fixed
-
Major
-
4.3-rc-1
-
None
-
N/A
-
N/A
-
Description
The first step of migrating all Selenium 1 tests to WebDriver is to run them using the WebDriverBackedSelenium, the implementation of Selenium 1 API based on WebDriver.
This has two big advantages:
- will allow us to run Selenium 1 tests on the latest browser versions and
- will ensure that we don't use hacks or deprecated APIs that are not supported by WebDriver