Which version of geckodriver should I use for Java version 20 and selenium v4.10.0 ? while my firefox is 114. when I use geckodriver 0.33.0 I get this error:
Exception in thread "main" org.openqa.selenium.remote.NoSuchDriverException: geckodriver located at path, but invalid
Initializing Firefox with GeckoDriver
Using Selenium v4.10.0, GeckoDriver v0.33.0 and firefox v114.0.1 you can use the minimum code block:
Console Output: