-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbrowsers.json
59 lines (59 loc) · 1.48 KB
/
browsers.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
50
51
52
53
54
55
56
57
58
59
{
"chrome": {
"default": "110.0",
"versions": {
"110.0": {
"image": "selenoid/vnc_chrome:110.0",
"port": "4444",
"path": "/",
"tmpfs": {
"/tmp": "size=128m"
}
},
"109.0": {
"image": "selenoid/vnc_chrome:109.0",
"port": "4444",
"path": "/",
"tmpfs": {
"/tmp": "size=128m"
}
}
}
},
"firefox": {
"default": "110.0",
"versions": {
"110.0": {
"image": "selenoid/vnc_firefox:110.0",
"port": "4444",
"path": "/wd/hub",
"tmpfs": {
"/tmp": "size=128m"
}
},
"109.0": {
"image": "selenoid/vnc_firefox:109.0",
"port": "4444",
"path": "/wd/hub",
"tmpfs": {
"/tmp": "size=128m"
}
}
}
},
"android": {
"default": "10.0",
"versions": {
"10.0": {
"image": "selenoid/android:10.0",
"port": "4444",
"path": "/wd/hub"
},
"9.0": {
"image": "selenoid/android:9.0",
"port": "4444",
"path": "/wd/hub"
}
}
}
}