File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
seleniumbase/console_scripts Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -382,11 +382,14 @@ def show_grid_hub_usage():
382
382
print (sc )
383
383
print ("" )
384
384
print (" Usage:" )
385
- print (" seleniumbase grid-hub {start|stop} " )
386
- print (" OR: sbase grid-hub {start|stop} " )
385
+ print (" seleniumbase grid-hub {start|stop|restart} [OPTIONS] " )
386
+ print (" OR: sbase grid-hub {start|stop|restart} [OPTIONS] " )
387
387
print (" Options:" )
388
388
print (" -v, --verbose (Increase verbosity of logging output.)" )
389
389
print (" (Default: Quiet logging / not verbose.)" )
390
+ print (" --timeout=TIMEOUT (Close idle browser after TIMEOUT.)" )
391
+ print (" (The default TIMEOUT: 230 seconds.)" )
392
+ print (" (Use --timeout=0 to skip timeouts.)" )
390
393
print (" Example:" )
391
394
print (" seleniumbase grid-hub start" )
392
395
print (" Output:" )
@@ -406,8 +409,8 @@ def show_grid_node_usage():
406
409
print (sc )
407
410
print ("" )
408
411
print (" Usage:" )
409
- print (" seleniumbase grid-node {start|stop} [OPTIONS]" )
410
- print (" OR: sbase grid-node {start|stop} [OPTIONS]" )
412
+ print (" seleniumbase grid-node {start|stop|restart } [OPTIONS]" )
413
+ print (" OR: sbase grid-node {start|stop|restart } [OPTIONS]" )
411
414
print (" Options:" )
412
415
print (" --hub=[HUB_IP] (The Grid Hub IP Address to connect to.)" )
413
416
print (" (Default: 127.0.0.1 if not set)" )
You can’t perform that action at this time.
0 commit comments