File tree Expand file tree Collapse file tree 1 file changed +28
-4
lines changed
Expand file tree Collapse file tree 1 file changed +28
-4
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,16 @@ Grid2 available endpoints:
2020
2121console
2222-------
23- /grid/console/
24- /grid/beta/console/
23+ * /grid/console/
24+ * /grid/beta/console/
25+
26+ This is the default view of the grid, showing the connected nodes and their test slots both free and busy.
2527
28+ ** base url:**
29+ ```
30+ http://localhost:4444/grid/console/
31+ http://localhost:4444/grid/beta/console/
32+ ```
2633
2734/grid/register/
2835---------------
@@ -42,17 +49,34 @@ JSON as per https://code.google.com/p/selenium/wiki/DesiredCapabilities
4249```
4350http://localhost:4444/grid/register/
4451
45-
46-
4752```
4853
4954** response:**
5055```
56+ "ok"
5157```
5258
5359/grid/driver/
5460-------------
5561
62+ ** base url:**
63+ ```
64+ http://localhost:4444/grid/driver/
65+ ```
66+
67+ ** parameter formats accepted:**
68+ ```
69+ ```
70+
71+ ** sample request:**
72+ ```
73+ http://localhost:4444/grid/driver/
74+ ```
75+
76+ ** response:**
77+ ```
78+ ```
79+
5680/wd/hub
5781-------
5882
You can’t perform that action at this time.
0 commit comments