Firefox stopped working when I try to upgrade from selenium 3 beta-2 to any new version. I tried selenium 3 beta3 and 4 and selenium 3.0.1
Below is what I use: Firefox 48.0.2 and I also tried Firefox 49.0.2 Geckodriver v0.10.0 Selenium 3.0.1 and I also tried Selenium 3 beta3 and beta 4 Windows 7 machine. My project is using maven.
Here is the error message that I get when the test tries to launch firefox.
java.lang.NoSuchMethodError: org.openqa.selenium.net.PortProber.waitForPortUp(IILjava/util/concurrent/TimeUnit
Everything works fine when I revert back to Selenium 3 beta 2.