File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,12 +120,12 @@ def show_install_usage():
120
120
print (" sbase install chromedriver" )
121
121
print (" sbase install geckodriver" )
122
122
print (" sbase install edgedriver" )
123
- print (" sbase install chromedriver 89 " )
124
- print (" sbase install chromedriver 89 .0.4389.23 " )
123
+ print (" sbase install chromedriver 91 " )
124
+ print (" sbase install chromedriver 91 .0.4472.101 " )
125
125
print (" sbase install chromedriver latest" )
126
126
print (" sbase install chromedriver -p" )
127
127
print (" sbase install chromedriver latest -p" )
128
- print (" sbase install edgedriver 89 .0.774.54 " )
128
+ print (" sbase install edgedriver 91 .0.864.67 " )
129
129
print (" Output:" )
130
130
print (" Installs the chosen webdriver to seleniumbase/drivers/" )
131
131
print (" (chromedriver is required for Chrome automation)" )
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ def is_introjs_activated(driver):
192
192
193
193
def activate_shepherd (driver ):
194
194
"""Allows you to use Shepherd Tours with SeleniumBase
195
- http ://github.hubspot. com/shepherd/docs/welcome/
195
+ https ://cdnjs. com/libraries/ shepherd/1.8.1
196
196
"""
197
197
shepherd_js = constants .Shepherd .MIN_JS
198
198
sh_theme_arrows_css = constants .Shepherd .THEME_ARROWS_CSS
You can’t perform that action at this time.
0 commit comments