Skip to content

Commit 84b16d3

Browse files
committed
Update default driver versions for "sbase install DRIVER"
1 parent f4bf1c6 commit 84b16d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

seleniumbase/console_scripts/sb_install.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
DRIVER_DIR = os.path.dirname(os.path.realpath(drivers.__file__))
4545
LOCAL_PATH = "/usr/local/bin/" # On Mac and Linux systems
4646
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)
47+
DEFAULT_GECKODRIVER_VERSION = "v0.30.0"
48+
DEFAULT_EDGEDRIVER_VERSION = "93.0.961.52" # (Looks for LATEST_STABLE first)
4949
DEFAULT_OPERADRIVER_VERSION = "v.88.0.4324.104"
5050

5151

0 commit comments

Comments
 (0)