I\'m using Selenium WebDriver with Java. I want to use Safari browser. Does Selenium WebDriver
support Safari
?
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/
Experimental support of Safari was added in Selenium recently. See https://code.google.com/p/selenium/wiki/SafariDriver
No. It does not support Safari 2 or 3 with the WebDriver according to the compatibility page.
Yes, webdriver will support Safari. following instruction https://code.google.com/p/selenium/wiki/SafariDriver
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