Skip to content

Commit dde4797

Browse files
committed
Update console_scripts documentation
1 parent 119bedc commit dde4797

File tree

1 file changed

+7
-4
lines changed
  • seleniumbase/console_scripts

1 file changed

+7
-4
lines changed

seleniumbase/console_scripts/run.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -382,11 +382,14 @@ def show_grid_hub_usage():
382382
print(sc)
383383
print("")
384384
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]")
387387
print(" Options:")
388388
print(" -v, --verbose (Increase verbosity of logging output.)")
389389
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.)")
390393
print(" Example:")
391394
print(" seleniumbase grid-hub start")
392395
print(" Output:")
@@ -406,8 +409,8 @@ def show_grid_node_usage():
406409
print(sc)
407410
print("")
408411
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]")
411414
print(" Options:")
412415
print(" --hub=[HUB_IP] (The Grid Hub IP Address to connect to.)")
413416
print(" (Default: 127.0.0.1 if not set)")

0 commit comments

Comments
 (0)