We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9191b86 commit 1ff68cbCopy full SHA for 1ff68cb
1 file changed
README.md
@@ -1,4 +1,4 @@
1
-# ~~jsonwire-grid~~WebDriverGrid
+# ~~jsonwire-grid~~WebDriverGrid [](https://travis-ci.org/qa-dev/jsonwire-grid)
2
Golang implementation of Selenium Grid (hub).
3
4
## HowTo
@@ -19,4 +19,4 @@ Golang implementation of Selenium Grid (hub).
19
## HowToUse
20
1. Run app
21
1. `java -jar selenium-server-standalone-3.4.0.jar -role node -hub http://127.0.0.1:4444/grid/register`
22
-1. try create session `curl -X POST http://127.0.0.1:4444/wd/hub/session -d '{"desiredCapabilities":{"browserName": "firefox"}}'`
+1. try create session `curl -X POST http://127.0.0.1:4444/wd/hub/session -d '{"desiredCapabilities":{"browserName": "firefox"}}'`
0 commit comments