Created
September 19, 2014 16:11
-
-
Save dimacus/21601f421a3ab25ece07 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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