Skip to content

Instantly share code, notes, and snippets.

@stackedsax
Created January 10, 2012 07:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save stackedsax/1587576 to your computer and use it in GitHub Desktop.
Save stackedsax/1587576 to your computer and use it in GitHub Desktop.
Example Android config
{
"capabilities":
[
{
"browserName": "android",
"platform": "ANDROID",
"seleniumProtocol": "WebDriver",
"maxInstances": 1,
"port": 8081
}
],
"configuration":
{
"maxSession": 6,
"port": 5555,
"register": true,
"registerCycle": 5000
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment