Skip to content

Instantly share code, notes, and snippets.

@dimacus
Created September 19, 2014 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimacus/21601f421a3ab25ece07 to your computer and use it in GitHub Desktop.
Save dimacus/21601f421a3ab25ece07 to your computer and use it in GitHub Desktop.
{
"capabilities": [
{
"platform": "MAC",
"seleniumProtocol": "WebDriver",
"browserName": "chrome",
"version": 31,
"maxInstances": 3
},
{
"platform": "MAC",
"seleniumProtocol": "WebDriver",
"browserName": "firefox",
"maxInstances": 3
},
{
"platform": "MAC",
"seleniumProtocol": "WebDriver",
"browserName": "internet explorer",
"maxInstances": 1
}
],
"configuration": {
"proxy": "com.groupon.seleniumgridextras.grid.proxies.SetupTeardownProxy",
"maxSession": 3,
"port": 7777,
"register": true,
"unregisterIfStillDownAfter": 10000,
"hubPort": 4444,
"hubHost": "127.0.0.1",
"nodeStatusCheckTimeout": 10000,
"downPollingLimit": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment