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():
4444 print (" inject-objects [SELENIUMBASE_PYTHON_FILE] [OPTIONS]" )
4545 print (" objectify [SELENIUMBASE_PYTHON_FILE] [OPTIONS]" )
4646 print (" revert-objects [SELENIUMBASE_PYTHON_FILE]" )
47- print (" download [ITEM] " )
47+ print (" download server " )
4848 print (" grid-hub [start|stop|restart] [OPTIONS]" )
4949 print (" grid-node [start|stop|restart] --hub=[HUB_IP] [OPTIONS]" )
5050 print (' * (EXAMPLE: "seleniumbase install chromedriver") *' )
@@ -172,13 +172,10 @@ def show_download_usage():
172172 print (" ** download **" )
173173 print ("" )
174174 print (" Usage:" )
175- print (" seleniumbase download [ITEM]" )
176- print (" (Choices: server)" )
177- print (" Example:" )
178175 print (" seleniumbase download server" )
179176 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. )" )
182179 print ("" )
183180
184181
You can’t perform that action at this time.
0 commit comments