We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a056c3a commit b3e6a24Copy full SHA for b3e6a24
index.bs
@@ -2218,7 +2218,7 @@ filter only those that ought to be returned to the local end.
2218
2219
<pre class="cddl remote-cddl local-cddl">
2220
CapabilitiesRequest = {
2221
- ?acceptInsecureCertificates: bool,
+ ?acceptInsecureCerts: bool,
2222
?browserName: text,
2223
?browserVersion: text,
2224
?platformName: text,
@@ -2322,7 +2322,7 @@ This is a [=static command=].
2322
SessionNewResult = {
2323
sessionId: text,
2324
capabilities: {
2325
- acceptInsecureCertificates: bool,
+ acceptInsecureCerts: bool,
2326
browserName: text,
2327
browserVersion: text,
2328
platformName: text,
0 commit comments