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.
49
49
Works with Katalon Recorder scripts.
50
50
See: http://www.katalon.com/automation-recorder
51
51
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
+
52
65
### grid-hub
53
66
54
67
* 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
4
4
5
5
### Running the Selenium Grid Hub
6
6
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.
8
8
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:
10
16
```
11
17
seleniumbase grid-hub {start|stop|restart} [OPTIONS]
12
18
```
13
19
Options:
14
20
* `` -v `` , `` --verbose `` (Increases verbosity of logging output.)
15
21
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 :
17
23
```
18
24
seleniumbase grid-node {start|stop|restart} --hub=[HUB_IP] [OPTIONS]
19
25
```
You can’t perform that action at this time.
0 commit comments