File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,19 @@ file name while keeping the original file intact.
4949Works with Katalon Recorder scripts.
5050See: 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:
Original file line number Diff line number Diff 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```
1117seleniumbase grid-hub {start|stop|restart} [OPTIONS]
1218```
1319Options:
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```
1824seleniumbase grid-node {start|stop|restart} --hub=[HUB_IP] [OPTIONS]
1925```
You can’t perform that action at this time.
0 commit comments