I am trying to run web automation test in safari browser however unable to open it, got below error log:
Unable to open browser with url: ‘’ (Root cause: org.openqa.selenium.WebDriverException: SafariDriver requires Safari 10 running on OSX El Capitan or greater.
The same test is running fine on Chrome and FF.
Do i need to install any extra driver for safari.
I am new to katalon studio, pls help.
@Shruti Saxena said:
I am trying to run web automation test in safari browser however unable to open it, got below error log:
Unable to open browser with url: ‘’ (Root cause: org.openqa.selenium.WebDriverException: SafariDriver requires Safari 10 running on OSX El Capitan or greater.
The same test is running fine on Chrome and FF.
Do i need to install any extra driver for safari.
I am new to katalon studio, pls help.
Thanks,
Shruti
The error message is obvious: “SafariDriver requires Safari 10 running on OSX El Capitan or greater.” => You need to have Safari 10+ in your MacOS computer to run tests with Safari
I am trying to run web automation test in safari browser however unable to open it, got below error log:
Unable to open browser with url: ‘’ (Root cause: org.openqa.selenium.WebDriverException: SafariDriver requires Safari 10 running on OSX El Capitan or greater.
The same test is running fine on Chrome and FF.
Do i need to install any extra driver for safari.
I am new to katalon studio, pls help.
Thanks,
Shruti
The error message is obvious: “SafariDriver requires Safari 10 running on OSX El Capitan or greater.” => You need to have Safari 10+ in your MacOS computer to run tests with Safari
Hi Vinh,
I am using Safari 5.1.7 and Windows 7 64 bit Enterprise SOEv1.8. and also tried with Safari 6.1
I am also getting the below error
‘’ (Root cause: org.openqa.selenium.WebDriverException: SafariDriver requires Safari 10 running on OSX El Capitan or greater.
Kindly let me know, which version of Safari can be used in windows
I am trying to run web automation test in safari browser however unable to open it, got below error log:
Unable to open browser with url: ‘’ (Root cause: org.openqa.selenium.WebDriverException: SafariDriver requires Safari 10 running on OSX El Capitan or greater.
The same test is running fine on Chrome and FF.
Do i need to install any extra driver for safari.
I am new to katalon studio, pls help.
Thanks,
Shruti
Hi Shruti, Apple stopped supporting Safari browser windows version in 2012 itself. So testing applications on safari using windows OS I would say is not an advisable approach.
I suggest you to use platforms like Browser stack or Saucelab to run automated tests developed on windows OS. So you can write a test on one OS and run on multiple OS and Browser versions. This would help you to save huge test effort.