Update grid.md (#8835)

This commit is contained in:
Shauvik RC
2017-07-14 13:17:42 -04:00
committed by Isaac A. Murchie
parent 22640e6cf2
commit 29b97d664e

View File

@@ -1,6 +1,6 @@
## Selenium Grid
You are able to register your appium server with a local [Selenium grid](https://code.google.com/p/selenium/wiki/Grid2) ([setup docs](http://docs.seleniumhq.org/docs/07_selenium_grid.jsp)) by using the
You are able to register your appium server with a local [Selenium grid](https://github.com/SeleniumHQ/selenium/wiki/Grid2) ([setup docs](http://docs.seleniumhq.org/docs/07_selenium_grid.jsp)) by using the
`--nodeconfig` server parameter.
```center
@@ -14,7 +14,7 @@ In the node config file you have to define the `browserName`,
will re-direct your test to the right device. You will also need to
configure your **host** details and the **selenium grid** details. For
a full list of all parameters and descriptions look
[here](http://code.google.com/p/selenium/source/browse/java/server/src/org/openqa/grid/common/defaults/GridParameters.properties)
[here](https://github.com/SeleniumHQ/selenium/blob/master/java/server/src/org/openqa/grid/common/defaults/DefaultNodeWebDriver.json)
Once you start the appium server and it registers with the grid,
you will see your device on the grid console page: