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 31ab13f commit 3df01b6Copy full SHA for 3df01b6
seleniumbase/console_scripts/sb_install.py
@@ -44,8 +44,8 @@
44
DRIVER_DIR = os.path.dirname(os.path.realpath(drivers.__file__))
45
LOCAL_PATH = "/usr/local/bin/" # On Mac and Linux systems
46
DEFAULT_CHROMEDRIVER_VERSION = "2.44" # (Specify "latest" to get the latest)
47
-DEFAULT_GECKODRIVER_VERSION = "v0.30.0"
48
-DEFAULT_EDGEDRIVER_VERSION = "99.0.1150.46" # (Looks for LATEST_STABLE first)
+DEFAULT_GECKODRIVER_VERSION = "v0.31.0"
+DEFAULT_EDGEDRIVER_VERSION = "100.0.1185.39" # (Looks for LATEST_STABLE first)
49
DEFAULT_OPERADRIVER_VERSION = "v.96.0.4664.45"
50
51
0 commit comments