I am trying to run my automation tests with Firefox and getting the exception org.openqa.selenium.WebDriverException: Selenium jar version 3.13.0+ is incompatible with firefox < 52 (browser provided is 51.0). Please use a different Selenium jar version. (WARNING: The server did not provide any stacktrace information)
Hey Tim,
You need to remove the capability selenium version:“3.13” from the capabilities and it will work as expected.