-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathselenium_node.json
executable file
·49 lines (49 loc) · 1.24 KB
/
selenium_node.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
40
41
42
43
44
45
46
47
48
49
{
"capabilities": [
{
"browserName": "opera",
"version": "12",
"maxInstances": 1,
"seleniumProtocol": "WebDriver"
},
{
"browserName": "firefox",
"version": "20",
"maxInstances": 3,
"seleniumProtocol": "WebDriver"
},
{
"browserName": "firefox",
"version": "21",
"maxInstances": 3,
"seleniumProtocol": "WebDriver"
},
{
"browserName": "firefox",
"version": "22",
"maxInstances": 3,
"seleniumProtocol": "WebDriver"
},
{
"browserName": "firefox",
"version": "23",
"maxInstances": 3,
"seleniumProtocol": "WebDriver"
},
{
"browserName": "chrome",
"version": "38",
"maxInstances": 1,
"seleniumProtocol": "WebDriver"
}
],
"configuration": {
"proxy": "org.openqa.grid.selenium.proxy.DefaultRemoteProxy",
"maxSession": 2,
"port": 5555,
"register": true,
"registerCycle": 5000,
"hubPort": 4444,
"hubHost": "127.0.0.1"
}
}