Skip to content

Commit 940e40f

Browse files
committed
Set default EdgeDriver (Chromium) version to 85.0.564.44
1 parent efd257b commit 940e40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/console_scripts/sb_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
LOCAL_PATH = "/usr/local/bin/" # On Mac and Linux systems
4444
DEFAULT_CHROMEDRIVER_VERSION = "2.44"
4545
DEFAULT_GECKODRIVER_VERSION = "v0.27.0"
46-
DEFAULT_EDGEDRIVER_VERSION = "85.0.564.41"
46+
DEFAULT_EDGEDRIVER_VERSION = "85.0.564.44"
4747
DEFAULT_OPERADRIVER_VERSION = "v.84.0.4147.89"
4848

4949

0 commit comments

Comments
 (0)