Skip to content

Commit 1e5e688

Browse files
committed
Update default edgedriver version
1 parent 6c1c99d commit 1e5e688

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

help_docs/webdriver_installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sbase get chromedriver 114
2323
sbase get chromedriver 114.0.5735.90
2424
sbase get chromedriver latest
2525
sbase get chromedriver latest-1
26-
sbase get edgedriver 114.0.1823.82
26+
sbase get edgedriver 115.0.1901.183
2727
```
2828

2929
(NOTE: ``sbase`` is a shortcut for ``seleniumbase``)

seleniumbase/console_scripts/sb_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
LOCAL_PATH = "/usr/local/bin/" # On Mac and Linux systems
5555
DEFAULT_CHROMEDRIVER_VERSION = "72.0.3626.69" # (If can't find LATEST_STABLE)
5656
DEFAULT_GECKODRIVER_VERSION = "v0.33.0"
57-
DEFAULT_EDGEDRIVER_VERSION = "114.0.1823.82" # (If can't find LATEST_STABLE)
57+
DEFAULT_EDGEDRIVER_VERSION = "115.0.1901.183" # (If can't find LATEST_STABLE)
5858
DEFAULT_OPERADRIVER_VERSION = "v.96.0.4664.45"
5959

6060

0 commit comments

Comments
 (0)