forked from alcounit/selenosis-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
browsers.yaml
118 lines (118 loc) · 2.61 KB
/
browsers.yaml
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
chrome:
defaultVersion: "92.0"
path: "/"
kernelCaps:
- SYS_ADMIN
versions:
'79.0':
image: selenoid/vnc:chrome_79.0
'80.0':
image: selenoid/vnc:chrome_80.0
'81.0':
image: selenoid/vnc:chrome_81.0
'83.0':
image: selenoid/vnc:chrome_83.0
'84.0':
image: selenoid/vnc:chrome_84.0
'85.0':
image: selenoid/vnc:chrome_85.0
'86.0':
image: selenoid/vnc:chrome_86.0
'87.0':
image: selenoid/vnc:chrome_87.0
'88.0':
image: selenoid/vnc:chrome_88.0
'89.0':
image: selenoid/vnc:chrome_89.0
'90.0':
image: selenoid/vnc:chrome_90.0
'91.0':
image: selenoid/vnc:chrome_91.0
'92.0':
image: selenoid/vnc:chrome_92.0
firefox:
defaultVersion: "90.0"
path: "/wd/hub"
kernelCaps:
- SYS_ADMIN
versions:
'76.0':
image: selenoid/vnc:firefox_76.0
'77.0':
image: selenoid/vnc:firefox_77.0
'78.0':
image: selenoid/vnc:firefox_78.0
'79.0':
image: selenoid/vnc:firefox_79.0
'80.0':
image: selenoid/vnc:firefox_80.0
'81.0':
image: selenoid/vnc:firefox_81.0
'82.0':
image: selenoid/vnc:firefox_82.0
'83.0':
image: selenoid/vnc:firefox_83.0
'84.0':
image: selenoid/vnc:firefox_84.0
'85.0':
image: selenoid/vnc:firefox_85.0
'86.0':
image: selenoid/vnc:firefox_86.0
'87.0':
image: selenoid/vnc:firefox_87.0
'88.0':
image: selenoid/vnc:firefox_88.0
'89.0':
image: selenoid/vnc:firefox_89.0
'90.0':
image: selenoid/vnc:firefox_90.0
opera:
defaultVersion: "77.0"
path: "/"
kernelCaps:
- SYS_ADMIN
versions:
'65.0':
image: selenoid/vnc:opera_65.0
'66.0':
image: selenoid/vnc:opera_66.0
'67.0':
image: selenoid/vnc:opera_67.0
'68.0':
image: selenoid/vnc:opera_68.0
'69.0':
image: selenoid/vnc:opera_69.0
'70.0':
image: selenoid/vnc:opera_70.0
'71.0':
image: selenoid/vnc:opera_71.0
'72.0':
image: selenoid/vnc:opera_72.0
'73.0':
image: selenoid/vnc:opera_73.0
'74.0':
image: selenoid/vnc:opera_74.0
'75.0':
image: selenoid/vnc:opera_75.0
'76.0':
image: selenoid/vnc:opera_76.0
'77.0':
image: selenoid/vnc:opera_77.0
MicrosoftEdge:
defaultVersion: "93.0"
path: "/"
kernelCaps:
- SYS_ADMIN
versions:
'88.0':
image: browsers/edge:88.0
'89.0':
image: browsers/edge:89.0
'90.0':
image: browsers/edge:90.0
'91.0':
image: browsers/edge:91.0
'92.0':
image: browsers/edge:92.0
'93.0':
image: browsers/edge:93.0