File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
seleniumbase/console_scripts Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def show_basic_usage():
44
44
print (" inject-objects [SELENIUMBASE_PYTHON_FILE] [OPTIONS]" )
45
45
print (" objectify [SELENIUMBASE_PYTHON_FILE] [OPTIONS]" )
46
46
print (" revert-objects [SELENIUMBASE_PYTHON_FILE]" )
47
- print (" download [ITEM] " )
47
+ print (" download server " )
48
48
print (" grid-hub [start|stop|restart] [OPTIONS]" )
49
49
print (" grid-node [start|stop|restart] --hub=[HUB_IP] [OPTIONS]" )
50
50
print (' * (EXAMPLE: "seleniumbase install chromedriver") *' )
@@ -172,13 +172,10 @@ def show_download_usage():
172
172
print (" ** download **" )
173
173
print ("" )
174
174
print (" Usage:" )
175
- print (" seleniumbase download [ITEM]" )
176
- print (" (Choices: server)" )
177
- print (" Example:" )
178
175
print (" seleniumbase download server" )
179
176
print (" Output:" )
180
- print (" Downloads the specified item ." )
181
- print (" (server is required for using your own Selenium Grid)" )
177
+ print (" Downloads the Selenium Standalone Server ." )
178
+ print (" (Server is required for using your own Selenium Grid. )" )
182
179
print ("" )
183
180
184
181
You can’t perform that action at this time.
0 commit comments