Skip to content

Commit 39a1326

Browse files
committed
Update the default edgedriver version
1 parent a69d6df commit 39a1326

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
@@ -17,7 +17,7 @@
1717
seleniumbase install chromedriver latest
1818
seleniumbase install chromedriver -p
1919
seleniumbase install chromedriver latest -p
20-
seleniumbase install edgedriver 84.0.522.59
20+
seleniumbase install edgedriver 84.0.522.61
2121
Output:
2222
Installs the chosen webdriver to seleniumbase/drivers/
2323
(chromedriver is required for Chrome automation)
@@ -41,7 +41,7 @@
4141
LOCAL_PATH = "/usr/local/bin/" # On Mac and Linux systems
4242
DEFAULT_CHROMEDRIVER_VERSION = "2.44"
4343
DEFAULT_GECKODRIVER_VERSION = "v0.27.0"
44-
DEFAULT_EDGEDRIVER_VERSION = "84.0.522.59"
44+
DEFAULT_EDGEDRIVER_VERSION = "84.0.522.61"
4545
DEFAULT_OPERADRIVER_VERSION = "v.84.0.4147.89"
4646

4747

0 commit comments

Comments
 (0)