Does anyone know what browsers are supported by WebDriver?
The official documents doesn't explicitly state it yet urging us to work with Selenium2.0 instead of 1.0.
|
Does anyone know what browsers are supported by WebDriver? The official documents doesn't explicitly state it yet urging us to work with Selenium2.0 instead of 1.0. |
||||
|
|
|
Since Selenium has merged with WebDriver, there are a number of specific drivers that have been developed. If you look at the javadoc for the WebDriver interface you can see them. I count so far (in no particular order): This list will no doubt change as more browsers become supported. |
|||||
|
|
||||
|
|