We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0909b3 commit 8f63b0dCopy full SHA for 8f63b0d
seleniumbase/console_scripts/sb_install.py
@@ -50,7 +50,7 @@
50
DRIVER_DIR = os.path.dirname(os.path.realpath(drivers.__file__))
51
LOCAL_PATH = "/usr/local/bin/" # On Mac and Linux systems
52
DEFAULT_CHROMEDRIVER_VERSION = "114.0.5735.90" # (If can't find LATEST_STABLE)
53
-DEFAULT_GECKODRIVER_VERSION = "v0.34.0"
+DEFAULT_GECKODRIVER_VERSION = "v0.35.0"
54
DEFAULT_EDGEDRIVER_VERSION = "115.0.1901.183" # (If can't find LATEST_STABLE)
55
56
0 commit comments