Skip to content

Commit b0ca55c

Browse files
committed
Update ReadMe files
1 parent 786b3cd commit b0ca55c

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

seleniumbase/console_scripts/ReadMe.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,19 @@ file name while keeping the original file intact.
4949
Works with Katalon Recorder scripts.
5050
See: http://www.katalon.com/automation-recorder
5151

52+
### download
53+
54+
* Usage:
55+
``seleniumbase download [ITEM]``
56+
(Options: server)
57+
58+
* Example:
59+
``seleniumbase download server``
60+
61+
* Output:
62+
Downloads the specified item.
63+
(server is required for using your own Selenium Grid)
64+
5265
### grid-hub
5366

5467
* Usage:

seleniumbase/utilities/selenium_grid/ReadMe.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,22 @@ The Selenium Grid Hub lets you distribute tests to run in parallel across multip
44

55
### Running the Selenium Grid Hub
66

7-
The following commands will work once you've installed seleniumbase, which comes with the seleniumbase console scripts interface.
7+
The following commands will work once you've installed seleniumbase.
88

9-
Grid Hub server controls:
9+
#### <img src="https://cdn2.hubspot.net/hubfs/100006/images/sb_logo_box2.png" title="SeleniumBase" height="32"> Downloading the Selenium Server JAR file:
10+
```
11+
seleniumbase download server
12+
```
13+
* (Required for using your own Selenium Grid)
14+
15+
#### <img src="https://cdn2.hubspot.net/hubfs/100006/images/sb_logo_box2.png" title="SeleniumBase" height="32"> Grid Hub server controls:
1016
```
1117
seleniumbase grid-hub {start|stop|restart} [OPTIONS]
1218
```
1319
Options:
1420
* ``-v``, ``--verbose`` (Increases verbosity of logging output.)
1521

16-
Grid node server controlls:
22+
#### <img src="https://cdn2.hubspot.net/hubfs/100006/images/sb_logo_box2.png" title="SeleniumBase" height="32"> Grid node server controls:
1723
```
1824
seleniumbase grid-node {start|stop|restart} --hub=[HUB_IP] [OPTIONS]
1925
```

0 commit comments

Comments
 (0)