w3c / webdriver-bidi

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

Issue with window open steps when creating a browsing context #732

Open OrKoN opened 2 weeks ago

OrKoN commented 2 weeks ago

The spec invokes the window open steps which assume that they are invoked from JavaScript which is not expected for WebDriver BiDi implementations.

Instead the specification should call into https://html.spec.whatwg.org/multipage/document-sequences.html#creating-a-new-top-level-traversable directly.

See for more details https://github.com/web-platform-tests/wpt/pull/46754#discussion_r1644168137

OrKoN commented 2 weeks ago

cc @jgraham @whimboo @Lightning00Blade