I am not able to run selenium with mac 10.11 and safari 9. Error is : org.openqa.selenium.WebDriverException: SafariDriver requires Safari 10 running on OSX El Capitan or greater.
Configuration I used are : Selenium : 2.45.0; 2.48.0 Safari browser version : 9.1.3 Mac OS 10.11.6 OS X El Capitan Java JDK : 1.8
Safari extension I used is from 2.45 or 2.48 selenium from link http://selenium-release.storage.googleapis.com/index.html and have installed safari extension in safari. I am using maven to download selenium.
Any pointers is appreciated.