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 @@ -116,12 +116,12 @@ def show_install_usage():
116
116
print (" sbase install chromedriver" )
117
117
print (" sbase install geckodriver" )
118
118
print (" sbase install edgedriver" )
119
- print (" sbase install chromedriver 85 " )
120
- print (" sbase install chromedriver 85 .0.4183.87 " )
119
+ print (" sbase install chromedriver 88 " )
120
+ print (" sbase install chromedriver 88 .0.4324.96 " )
121
121
print (" sbase install chromedriver latest" )
122
122
print (" sbase install chromedriver -p" )
123
123
print (" sbase install chromedriver latest -p" )
124
- print (" sbase install edgedriver 85 .0.564.68 " )
124
+ print (" sbase install edgedriver 88 .0.705.74 " )
125
125
print (" Output:" )
126
126
print (" Installs the chosen webdriver to seleniumbase/drivers/" )
127
127
print (" (chromedriver is required for Chrome automation)" )
You can’t perform that action at this time.
0 commit comments