1{ 2 "capabilities": 3 [ 4 { 5 "browserName": "chrome", 6 "maxInstances": 5, 7 "seleniumProtocol": "WebDriver" 8 } 9 ], 10 "role": "standalone", 11 "port": 4444, 12 "debug": false, 13 "browserTimeout": 0, 14 "timeout": 1800, 15 "enablePassThrough": true, 16 "server": { 17 "port": 4444 18 } 19}