forked from microsoft/playwright
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbrowsers.json
More file actions
61 lines (61 loc) · 1.36 KB
/
browsers.json
File metadata and controls
61 lines (61 loc) · 1.36 KB
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
{
"comment": "Do not edit this file, use utils/roll_browser.js",
"browsers": [
{
"name": "chromium",
"revision": "1152",
"installByDefault": true,
"browserVersion": "132.0.6834.46"
},
{
"name": "chromium-tip-of-tree",
"revision": "1285",
"installByDefault": false,
"browserVersion": "133.0.6887.0"
},
{
"name": "firefox",
"revision": "1466",
"installByDefault": true,
"browserVersion": "132.0"
},
{
"name": "firefox-beta",
"revision": "1466",
"installByDefault": false,
"browserVersion": "133.0b9"
},
{
"name": "webkit",
"revision": "2118",
"installByDefault": true,
"revisionOverrides": {
"debian11-x64": "2105",
"debian11-arm64": "2105",
"mac10.14": "1446",
"mac10.15": "1616",
"mac11": "1816",
"mac11-arm64": "1816",
"mac12": "2009",
"mac12-arm64": "2009",
"ubuntu20.04-x64": "2092",
"ubuntu20.04-arm64": "2092"
},
"browserVersion": "18.2"
},
{
"name": "ffmpeg",
"revision": "1010",
"installByDefault": true,
"revisionOverrides": {
"mac12": "1010",
"mac12-arm64": "1010"
}
},
{
"name": "android",
"revision": "1001",
"installByDefault": false
}
]
}