Skip to content

Commit efd17c4

Browse files
committed
Update comments
1 parent d9c5f37 commit efd17c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

seleniumbase/console_scripts/run.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@ def show_install_usage():
120120
print(" sbase install chromedriver")
121121
print(" sbase install geckodriver")
122122
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")
125125
print(" sbase install chromedriver latest")
126126
print(" sbase install chromedriver -p")
127127
print(" sbase install chromedriver latest -p")
128-
print(" sbase install edgedriver 89.0.774.54")
128+
print(" sbase install edgedriver 91.0.864.67")
129129
print(" Output:")
130130
print(" Installs the chosen webdriver to seleniumbase/drivers/")
131131
print(" (chromedriver is required for Chrome automation)")

seleniumbase/core/tour_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def is_introjs_activated(driver):
192192

193193
def activate_shepherd(driver):
194194
"""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
196196
"""
197197
shepherd_js = constants.Shepherd.MIN_JS
198198
sh_theme_arrows_css = constants.Shepherd.THEME_ARROWS_CSS

0 commit comments

Comments
 (0)