Skip to content

Commit b2d8a19

Browse files
committed
Update the Selenium Grid ReadMe
1 parent 0c17bde commit b2d8a19

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

integrations/selenium_grid/ReadMe.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,22 @@ Now you can start up the Grid Hub:
1212
```bash
1313
./grid-hub start
1414
```
15-
Now add a Grid Node to the Grid Hub:
15+
Now you can add a Grid Node to the Grid Hub:
1616
```bash
1717
./grid-node start
1818
```
1919
(NOTE: If the Grid Node is not running on the same machine as the Grid Hub, update the address from the script.)
2020
You should be able to see the Grid Console up and running from here: [http://0.0.0.0:4444/grid/console](http://0.0.0.0:4444/grid/console) (NOTE: That's the address if you're running locally from localhost.)
2121

22+
You can remove a Grid Node from the Grid Hub with:
23+
```bash
24+
./grid-node stop
25+
```
26+
You can stop the Grid Hub at anytime with:
27+
```bash
28+
./grid-hub stop
29+
```
30+
2231
#### More detailed info about connecting to the Selenium Grid Hub can be found here:
2332
* [https://theintern.github.io/intern/#selenium-grid](https://theintern.github.io/intern/#selenium-grid)
2433
* [https://github.com/SeleniumHQ/selenium/wiki/Grid2](https://github.com/SeleniumHQ/selenium/wiki/Grid2)

0 commit comments

Comments
 (0)