w3c / webdriver-bidi

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

Change the spec to use HTML's navigables instead of browsing contexts #729

Open OrKoN opened 2 weeks ago

OrKoN commented 2 weeks ago

This PR updates the specification to define interactions with browsing contexts in terms of HTML spec's navigables without changing the API (which keeps using "browsingContext" and "context" to refer to navigables).

Closes https://github.com/w3c/webdriver-bidi/issues/91


Preview | Diff

OrKoN commented 1 week ago

@jgraham PTAL again