开发者

Supported browsers for Selenium2 (WebDriver)

开发者 https://www.devze.com 2023-02-19 07:42 出处:网络
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 m

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
0

精彩评论

暂无评论...
验证码 换一张
取 消