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 @@ -65,13 +65,13 @@ def invalid_run_command():
65
65
exp += " sbase install chromedriver\n "
66
66
exp += " sbase install geckodriver\n "
67
67
exp += " sbase install edgedriver"
68
- exp += " sbase install chromedriver 94 \n "
69
- exp += " sbase install chromedriver 94 .0.4606.61 \n "
68
+ exp += " sbase install chromedriver 96 \n "
69
+ exp += " sbase install chromedriver 96 .0.4664.45 \n "
70
70
exp += " sbase install chromedriver latest\n "
71
71
exp += " sbase install chromedriver latest-1\n "
72
72
exp += " sbase install chromedriver -p\n "
73
73
exp += " sbase install chromedriver latest -p\n "
74
- exp += " sbase install edgedriver 94 .0.992.38 "
74
+ exp += " sbase install edgedriver 96 .0.1054.62 "
75
75
exp += " Output:\n "
76
76
exp += " Installs the chosen webdriver to seleniumbase/drivers/\n "
77
77
exp += " (chromedriver is required for Chrome automation)\n "
You can’t perform that action at this time.
0 commit comments