File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
seleniumbase/console_scripts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ sbase get chromedriver 114
23
23
sbase get chromedriver 114.0.5735.90
24
24
sbase get chromedriver latest
25
25
sbase get chromedriver latest-1
26
- sbase get edgedriver 114 .0.1823.82
26
+ sbase get edgedriver 115 .0.1901.183
27
27
```
28
28
29
29
(NOTE: `` sbase `` is a shortcut for `` seleniumbase `` )
Original file line number Diff line number Diff line change 54
54
LOCAL_PATH = "/usr/local/bin/" # On Mac and Linux systems
55
55
DEFAULT_CHROMEDRIVER_VERSION = "72.0.3626.69" # (If can't find LATEST_STABLE)
56
56
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)
58
58
DEFAULT_OPERADRIVER_VERSION = "v.96.0.4664.45"
59
59
60
60
You can’t perform that action at this time.
0 commit comments