Skip to content

Commit ad13b47

Browse files
committed
Update examples of run commands
1 parent 05a5c1e commit ad13b47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

seleniumbase/console_scripts/sb_install.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ def invalid_run_command():
6565
exp += " sbase install chromedriver\n"
6666
exp += " sbase install geckodriver\n"
6767
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"
7070
exp += " sbase install chromedriver latest\n"
7171
exp += " sbase install chromedriver latest-1\n"
7272
exp += " sbase install chromedriver -p\n"
7373
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"
7575
exp += " Output:\n"
7676
exp += " Installs the chosen webdriver to seleniumbase/drivers/\n"
7777
exp += " (chromedriver is required for Chrome automation)\n"

0 commit comments

Comments
 (0)