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 f4bf1c6 commit 84b16d3Copy full SHA for 84b16d3
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.29.1"
48
-DEFAULT_EDGEDRIVER_VERSION = "91.0.864.71" # (Looks for LATEST_STABLE first)
+DEFAULT_GECKODRIVER_VERSION = "v0.30.0"
+DEFAULT_EDGEDRIVER_VERSION = "93.0.961.52" # (Looks for LATEST_STABLE first)
49
DEFAULT_OPERADRIVER_VERSION = "v.88.0.4324.104"
50
51
0 commit comments