Skip to content

Commit a9b1071

Browse files
authored
Update WebDriver BiDi data (#29025)
1 parent f8c6958 commit a9b1071

1 file changed

Lines changed: 169 additions & 0 deletions

File tree

Lines changed: 169 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,169 @@
1+
{
2+
"webdriver": {
3+
"bidi": {
4+
"userAgentClientHints": {
5+
"__compat": {
6+
"spec_url": "https://w3c.github.io/webdriver-bidi/#module-userAgentClientHints",
7+
"support": {
8+
"chrome": {
9+
"version_added": "147"
10+
},
11+
"chrome_android": "mirror",
12+
"edge": "mirror",
13+
"firefox": {
14+
"version_added": false
15+
},
16+
"firefox_android": "mirror",
17+
"oculus": "mirror",
18+
"opera": "mirror",
19+
"opera_android": "mirror",
20+
"safari": {
21+
"version_added": false
22+
},
23+
"safari_ios": "mirror",
24+
"samsunginternet_android": "mirror",
25+
"webview_android": "mirror",
26+
"webview_ios": "mirror"
27+
},
28+
"status": {
29+
"experimental": true,
30+
"standard_track": true,
31+
"deprecated": false
32+
}
33+
},
34+
"setClientHintsOverride": {
35+
"__compat": {
36+
"description": "`userAgentClientHints.setClientHintsOverride` command",
37+
"spec_url": "https://wicg.github.io/ua-client-hints/#cddl-type-useragentclienthintssetclienthintsoverridecommand",
38+
"support": {
39+
"chrome": {
40+
"version_added": "147",
41+
"notes": "Only the `\"path\"` type is supported, not the `\"archivePath\"` and `\"base64\"` types."
42+
},
43+
"chrome_android": "mirror",
44+
"edge": "mirror",
45+
"firefox": {
46+
"version_added": false
47+
},
48+
"firefox_android": "mirror",
49+
"oculus": "mirror",
50+
"opera": "mirror",
51+
"opera_android": "mirror",
52+
"safari": {
53+
"version_added": false
54+
},
55+
"safari_ios": "mirror",
56+
"samsunginternet_android": "mirror",
57+
"webview_android": "mirror",
58+
"webview_ios": "mirror"
59+
},
60+
"status": {
61+
"experimental": true,
62+
"standard_track": true,
63+
"deprecated": false
64+
}
65+
},
66+
"clientHints_parameter": {
67+
"__compat": {
68+
"description": "`clientHints` parameter",
69+
"spec_url": "https://wicg.github.io/ua-client-hints/#cddl-key-useragentclienthintssetclienthintsoverridecommand-params-clienthints",
70+
"support": {
71+
"chrome": {
72+
"version_added": "147",
73+
"notes": "Only the `\"path\"` type is supported, not the `\"archivePath\"` and `\"base64\"` types."
74+
},
75+
"chrome_android": "mirror",
76+
"edge": "mirror",
77+
"firefox": {
78+
"version_added": false
79+
},
80+
"firefox_android": "mirror",
81+
"oculus": "mirror",
82+
"opera": "mirror",
83+
"opera_android": "mirror",
84+
"safari": {
85+
"version_added": false
86+
},
87+
"safari_ios": "mirror",
88+
"samsunginternet_android": "mirror",
89+
"webview_android": "mirror",
90+
"webview_ios": "mirror"
91+
},
92+
"status": {
93+
"experimental": true,
94+
"standard_track": true,
95+
"deprecated": false
96+
}
97+
}
98+
},
99+
"contexts_parameter": {
100+
"__compat": {
101+
"description": "`contexts` parameter",
102+
"spec_url": "https://wicg.github.io/ua-client-hints/#cddl-key-useragentclienthintssetclienthintsoverridecommand-params-contexts",
103+
"support": {
104+
"chrome": {
105+
"version_added": "147",
106+
"notes": "Only the `\"path\"` type is supported, not the `\"archivePath\"` and `\"base64\"` types."
107+
},
108+
"chrome_android": "mirror",
109+
"edge": "mirror",
110+
"firefox": {
111+
"version_added": false
112+
},
113+
"firefox_android": "mirror",
114+
"oculus": "mirror",
115+
"opera": "mirror",
116+
"opera_android": "mirror",
117+
"safari": {
118+
"version_added": false
119+
},
120+
"safari_ios": "mirror",
121+
"samsunginternet_android": "mirror",
122+
"webview_android": "mirror",
123+
"webview_ios": "mirror"
124+
},
125+
"status": {
126+
"experimental": true,
127+
"standard_track": true,
128+
"deprecated": false
129+
}
130+
}
131+
},
132+
"userContexts_parameter": {
133+
"__compat": {
134+
"description": "`userContexts` parameter",
135+
"spec_url": "https://wicg.github.io/ua-client-hints/#cddl-key-useragentclienthintssetclienthintsoverridecommand-params-usercontexts",
136+
"support": {
137+
"chrome": {
138+
"version_added": "147",
139+
"notes": "Only the `\"path\"` type is supported, not the `\"archivePath\"` and `\"base64\"` types."
140+
},
141+
"chrome_android": "mirror",
142+
"edge": "mirror",
143+
"firefox": {
144+
"version_added": false
145+
},
146+
"firefox_android": "mirror",
147+
"oculus": "mirror",
148+
"opera": "mirror",
149+
"opera_android": "mirror",
150+
"safari": {
151+
"version_added": false
152+
},
153+
"safari_ios": "mirror",
154+
"samsunginternet_android": "mirror",
155+
"webview_android": "mirror",
156+
"webview_ios": "mirror"
157+
},
158+
"status": {
159+
"experimental": true,
160+
"standard_track": true,
161+
"deprecated": false
162+
}
163+
}
164+
}
165+
}
166+
}
167+
}
168+
}
169+
}

0 commit comments

Comments
 (0)