Does Selenium WebDriver support Safari?

后端 未结 11 1067
醉话见心
醉话见心 2020-12-29 13:33

I\'m using Selenium WebDriver with Java. I want to use Safari browser. Does Selenium WebDriver support Safari?

相关标签:
11条回答
  • 2020-12-29 14:13

    As of Safari 10, there is now a native support for WebDriver API. More info here https://webkit.org/blog/6900/webdriver-support-in-safari-10/

    0 讨论(0)
  • 2020-12-29 14:15

    Experimental support of Safari was added in Selenium recently. See https://code.google.com/p/selenium/wiki/SafariDriver

    0 讨论(0)
  • 2020-12-29 14:15

    No. It does not support Safari 2 or 3 with the WebDriver according to the compatibility page.

    0 讨论(0)
  • 2020-12-29 14:19

    Yes, webdriver will support Safari. following instruction https://code.google.com/p/selenium/wiki/SafariDriver

    0 讨论(0)
  • 2020-12-29 14:21

    You can see the Selenium Java API doc:

    http://selenium.googlecode.com/svn/trunk/docs/api/java/index.html

    There are detail of Class SafariDriver

    0 讨论(0)
提交回复
热议问题