w3c / webdriver-bidi

Bidirectional WebDriver protocol for browser automation
https://w3c.github.io/webdriver-bidi/
336 stars 35 forks source link

Value of "webSocketUrl" capability cannot be "false" after capability matching #725

Closed whimboo closed 3 weeks ago

whimboo commented 4 weeks ago

Per CDDL it's not allowed to return a boolean value for webSocketUrl. As such we need to check the existence and value of this capability first so that it can be removed if it's not true.

@jgraham can you please review? Thanks.


Preview | Diff

whimboo commented 3 weeks ago

@jgraham please re-review. Thanks.