I'm facing this error, on windows and mac both, while launching the browser.
java.lang.AbstractMethodError: org.openqa.selenium.remote.service.DriverService$Builder.loadSystemProperties()V
We updated selenium version in march, and it has been working fine till last week.
I'm able to set the absolute path with System.setProperty
and verify it with System.getProperty
afterwards.
I have seen few similar posts like this, but they are about the binary paths.
Can someone help explaining this error or point in right direction please.