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 598636c commit 6c86e89Copy full SHA for 6c86e89
seleniumbase/console_scripts/sb_install.py
@@ -58,7 +58,7 @@
58
DRIVER_DIR = os.path.dirname(os.path.realpath(drivers.__file__))
59
LOCAL_PATH = "/usr/local/bin/" # On Mac and Linux systems
60
DEFAULT_CHROMEDRIVER_VERSION = "72.0.3626.69" # (If can't find LATEST_STABLE)
61
-DEFAULT_GECKODRIVER_VERSION = "v0.32.1"
+DEFAULT_GECKODRIVER_VERSION = "v0.32.2"
62
DEFAULT_EDGEDRIVER_VERSION = "109.0.1518.52" # (If can't find LATEST_STABLE)
63
DEFAULT_OPERADRIVER_VERSION = "v.96.0.4664.45"
64
0 commit comments