657
edits
No edit summary |
|||
| Line 153: | Line 153: | ||
The output will display the FQDN of the computer. | The output will display the FQDN of the computer. | ||
===Registering the Tegra Board to the Selenium Grid=== | |||
Install and open the [http://code.google.com/p/selenium/downloads/list WebDriver] Android (android-server-x.xx.apk where x.xx is current version) application on the Tegra board. | |||
Install the [https://github.com/davehunt/flynnid FlynnID] python package on your computer. | |||
Open your terminal and type the following command | |||
flynnid --hubhost=[HUBIP] --hubport=4444 --nodehost=[NODEIP] --nodeport=8080 --browsername=browser --platform=ANDROID | |||
where HUBIP is the hostname or IP address of the Selenium Grid and NODEIP is the hostname or IP address of the Tegra board | |||
If everything goes right, you should see | |||
Registering the node to hub: http://qa-selenium.mv.mozilla.com:4444/grid/register | |||
Success! | |||
You can check to see if the node is running by visiting the following url in your browser | |||
http://[NODEIP]:[NODEPORT]/wd/hub/static/resource/hub.html | |||
where NODEIP is the hostname or IP address of the Tegra board and NODEPORT is the port the node is listening, the default is 8080. | |||
== References == | == References == | ||
edits