Skip to content

Instantly share code, notes, and snippets.

@stackedsax
Created January 9, 2012 18:31
Show Gist options
  • Save stackedsax/1584255 to your computer and use it in GitHub Desktop.
Save stackedsax/1584255 to your computer and use it in GitHub Desktop.
Example android configuration
{
"capabilities":
[
{
"browserName": "android",
"platform": "ANDROID",
"seleniumProtocol": "WebDriver",
"maxInstances": 1,
"port": 80
}
],
"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