-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathnodeConfig.json
39 lines (39 loc) · 976 Bytes
/
nodeConfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"capabilities":
[
{
"browserName": "firefox",
"version": "35",
"firefox_binary": "C:/Program Files (x86)/Mozilla Firefox/firefox.exe",
"platform": "WINDOWS",
"maxInstances": 5,
"seleniumProtocol": "WebDriver"
},
{
"browserName": "chrome",
"version": "39",
"chrome_binary": "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe",
"platform": "WINDOWS",
"maxInstances": 5,
"seleniumProtocol": "WebDriver"
},
{
"platform": "WINDOWS",
"browserName": "internet explorer",
"version": "10",
"maxInstances": 5,
"seleniumProtocol": "WebDriver"
}
],
"configuration":
{
"proxy": "org.openqa.grid.selenium.proxy.DefaultRemoteProxy",
"maxSession": 5,
"port": 5558,
"host": ip,
"register": true,
"registerCycle": 5000,
"hubPort": 4444,
"hubHost": ip
}
}