Skip to content

Commit b3e6a24

Browse files
whimboojgraham
authored andcommitted
Renameed acceptInsecureCertificates to acceptInsecureCerts for WebDriver classic compatibility
1 parent a056c3a commit b3e6a24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2218,7 +2218,7 @@ filter only those that ought to be returned to the local end.
22182218

22192219
<pre class="cddl remote-cddl local-cddl">
22202220
CapabilitiesRequest = {
2221-
?acceptInsecureCertificates: bool,
2221+
?acceptInsecureCerts: bool,
22222222
?browserName: text,
22232223
?browserVersion: text,
22242224
?platformName: text,
@@ -2322,7 +2322,7 @@ This is a [=static command=].
23222322
SessionNewResult = {
23232323
sessionId: text,
23242324
capabilities: {
2325-
acceptInsecureCertificates: bool,
2325+
acceptInsecureCerts: bool,
23262326
browserName: text,
23272327
browserVersion: text,
23282328
platformName: text,

0 commit comments

Comments
 (0)