Skip to content

Commit 3df01b6

Browse files
committed
Update default driver version for download
1 parent 31ab13f commit 3df01b6

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.30.0"
48-
DEFAULT_EDGEDRIVER_VERSION = "99.0.1150.46" # (Looks for LATEST_STABLE first)
47+
DEFAULT_GECKODRIVER_VERSION = "v0.31.0"
48+
DEFAULT_EDGEDRIVER_VERSION = "100.0.1185.39" # (Looks for LATEST_STABLE first)
4949
DEFAULT_OPERADRIVER_VERSION = "v.96.0.4664.45"
5050

5151

0 commit comments

Comments
 (0)