File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
seleniumbase/console_scripts Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
sbase install chromedriver latest
19
19
sbase install chromedriver -p
20
20
sbase install chromedriver latest -p
21
- sbase install edgedriver 85 .0.564.68
21
+ sbase install edgedriver 86 .0.622.69
22
22
Output:
23
23
Installs the chosen webdriver to seleniumbase/drivers/
24
24
(chromedriver is required for Chrome automation)
42
42
DRIVER_DIR = os .path .dirname (os .path .realpath (drivers .__file__ ))
43
43
LOCAL_PATH = "/usr/local/bin/" # On Mac and Linux systems
44
44
DEFAULT_CHROMEDRIVER_VERSION = "2.44" # (Specify "latest" to get the latest)
45
- DEFAULT_GECKODRIVER_VERSION = "v0.27 .0"
46
- DEFAULT_EDGEDRIVER_VERSION = "85 .0.564.44 " # (Looks for LATEST_STABLE first)
45
+ DEFAULT_GECKODRIVER_VERSION = "v0.28 .0"
46
+ DEFAULT_EDGEDRIVER_VERSION = "86 .0.622.69 " # (Looks for LATEST_STABLE first)
47
47
DEFAULT_OPERADRIVER_VERSION = "v.84.0.4147.89"
48
48
49
49
You can’t perform that action at this time.
0 commit comments