Skip to content

Commit

Permalink
Use text for webSocketUrl. (#606)
Browse files Browse the repository at this point in the history
See https://w3c.github.io/webdriver/#ref-for-dfn-remote-end-steps-6

In step 4 we process capabilities and (assuming there's a match and we're starting a websocket connection), end up with an object that contains {webSocketUrl: true}.

In step 9 we call into https://w3c.github.io/webdriver-bidi/#establishing which updates the capabilities object so that it contains the actual URL as the value of the webSocketUrl property.
  • Loading branch information
jrandolf-2 authored Nov 17, 2023
1 parent 7fd451d commit 19777fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@ This is a [=static command=].
platformName: text,
setWindowRect: bool,
? proxy: session.ProxyConfiguration,
? webSocketUrl: bool,
? webSocketUrl: text / true,
Extensible
}
}
Expand Down

0 comments on commit 19777fa

Please sign in to comment.