Supported browsers for Selenium2 (WebDriver)
Does anyone know what browsers are supported by WebDriver?
The official documents doesn't e开发者_如何学Cxplicitly 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):
- Chrome
- Android
- iPhone (iOS?)
- Firefox
- Internet Explorer
- Opera (on github, thanks Martin)
This list will no doubt change as more browsers become supported.
- Chrome Driver
- Firefox Driver
- Internet Explorer driver
- HtmlUnit driver
- Opera driver
- iPhone driver
- Android driver
- Safari also will be available by year’s end
精彩评论