Skip to content

Commit d6d857f

Browse files
committed
Update the SeleniumBase console scripts help section
1 parent b38ade4 commit d6d857f

File tree

1 file changed

+3
-1
lines changed
  • seleniumbase/console_scripts

1 file changed

+3
-1
lines changed

seleniumbase/console_scripts/run.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,14 @@ def show_basic_usage():
3636
print(seleniumbase_logo)
3737
print("")
3838
print('Usage: "seleniumbase [COMMAND] [PARAMETERS]"')
39+
print(' * (Example: "seleniumbase install chromedriver")')
3940
print("")
40-
print("Commands:")
41+
print("Commands with parameters:")
4142
print("")
4243
print(" install [DRIVER_NAME]")
4344
print(" mkdir [NEW_TEST_DIRECTORY_NAME]")
4445
print(" convert [PYTHON_WEBDRIVER_UNITTEST_FILE]")
46+
print(" download server")
4547
print(" grid-hub {start|stop|restart} [OPTIONS]")
4648
print(" grid-node {start|stop|restart} --hub=[HUB_IP] [OPTIONS]")
4749
print("")

0 commit comments

Comments
 (0)