Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Selenium WebDriver support Safari?

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

like image 987
ABCDEFG Avatar asked Mar 27 '12 07:03

ABCDEFG


People also ask

Does Selenium work with Safari?

Does Selenium support Safari browser? Selenium comes with an extension for Safari browsers to run Selenium scripts. However, the extension, i.e., 'Selenium WebDriver,' is only supported on browser versions 10 and above.

How do I enable WebDriver in Safari?

If you haven't already done so, make the Develop menu available. Choose Safari > Preferences, and on the Advanced tab, select “Show Develop menu in menu bar.” For details, see Safari Help. Choose Develop > Allow Remote Automation. Authorize safaridriver to launch the XPC service that hosts the local web server.

What is WebDriver for Safari?

Overview. WebDriver, Selenium's cross-platform, cross-browser API, automates testing of web content interactions on all major platforms and browsers, without requiring browser-specific code.


1 Answers

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

like image 67
p0deje Avatar answered Oct 05 '22 19:10

p0deje