forked from microsoft/playwright
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbrowsers.json
More file actions
38 lines (38 loc) · 747 Bytes
/
browsers.json
File metadata and controls
38 lines (38 loc) · 747 Bytes
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
{
"comment": "Do not edit this file, use utils/roll_browser.js",
"browsers": [
{
"name": "chromium",
"revision": "907428",
"installByDefault": true
},
{
"name": "chromium-with-symbols",
"revision": "907428",
"installByDefault": false
},
{
"name": "firefox",
"revision": "1285",
"installByDefault": true
},
{
"name": "firefox-beta",
"revision": "1280",
"installByDefault": false
},
{
"name": "webkit",
"revision": "1531",
"installByDefault": true,
"revisionOverrides": {
"mac10.14": "1446"
}
},
{
"name": "ffmpeg",
"revision": "1005",
"installByDefault": true
}
]
}