File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
seleniumbase/console_scripts Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -27,25 +27,22 @@ def show_usage():
27
27
show_basic_usage ()
28
28
print ('Type "seleniumbase --help" for details on all commands.' )
29
29
print ('Type "seleniumbase help [COMMAND]" for specific command info.' )
30
- print ('* Use "pytest" for running tests. *\n ' )
30
+ print ('* ( Use "pytest" for running tests) *\n ' )
31
31
32
32
33
33
def show_basic_usage ():
34
34
seleniumbase_logo = logo_helper .get_seleniumbase_logo ()
35
35
print (seleniumbase_logo )
36
36
print ("" )
37
37
print ('Usage: "seleniumbase [COMMAND] [PARAMETERS]"' )
38
- print ("" )
39
38
print ("Commands:" )
40
- print (' "seleniumbase" +' )
41
39
print (" install [DRIVER_NAME]" )
42
40
print (" mkdir [NEW_TEST_DIRECTORY_NAME]" )
43
41
print (" convert [PYTHON_WEBDRIVER_UNITTEST_FILE]" )
44
- print (" download server" )
45
- print (" grid-hub {start|stop|restart} [OPTIONS]" )
46
- print (" grid-node {start|stop|restart} --hub=[HUB_IP] [OPTIONS]" )
47
- print ("" )
48
- print (' * (Example: "seleniumbase install chromedriver") *' )
42
+ print (" download [ITEM]" )
43
+ print (" grid-hub [start|stop|restart] [OPTIONS]" )
44
+ print (" grid-node [start|stop|restart] --hub=[HUB_IP] [OPTIONS]" )
45
+ print (' * (EXAMPLE: "seleniumbase install chromedriver") *' )
49
46
print ("" )
50
47
51
48
You can’t perform that action at this time.
0 commit comments