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 acb0853 commit c61cbc9Copy full SHA for c61cbc9
seleniumbase/console_scripts/sb_install.py
@@ -42,7 +42,7 @@
42
DRIVER_DIR = os.path.dirname(os.path.realpath(drivers.__file__))
43
LOCAL_PATH = "/usr/local/bin/" # On Mac and Linux systems
44
DEFAULT_CHROMEDRIVER_VERSION = "2.44" # (Specify "latest" to get the latest)
45
-DEFAULT_GECKODRIVER_VERSION = "v0.28.0"
+DEFAULT_GECKODRIVER_VERSION = "v0.29.0"
46
DEFAULT_EDGEDRIVER_VERSION = "87.0.664.66" # (Looks for LATEST_STABLE first)
47
DEFAULT_OPERADRIVER_VERSION = "v.84.0.4147.89"
48
0 commit comments