File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
seleniumbase/console_scripts Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,13 @@ def show_basic_usage():
4040 print ("" )
4141 print ("Commands with parameters:" )
4242 print ("" )
43- print (" install [DRIVER_NAME]" )
44- print (" mkdir [NEW_TEST_DIRECTORY_NAME]" )
45- print (" convert [PYTHON_WEBDRIVER_UNITTEST_FILE]" )
46- print (" download server" )
47- print (" grid-hub {start|stop|restart} [OPTIONS]" )
48- print (" grid-node {start|stop|restart} --hub=[HUB_IP] [OPTIONS]" )
43+ print (" seleniumbase" )
44+ print (" install [DRIVER_NAME]" )
45+ print (" mkdir [NEW_TEST_DIRECTORY_NAME]" )
46+ print (" convert [PYTHON_WEBDRIVER_UNITTEST_FILE]" )
47+ print (" download server" )
48+ print (" grid-hub {start|stop|restart} [OPTIONS]" )
49+ print (" grid-node {start|stop|restart} --hub=[HUB_IP] [OPTIONS]" )
4950 print ("" )
5051
5152
You can’t perform that action at this time.
0 commit comments