GoogleChromeLabs / chromium-bidi

Implementation of WebDriver BiDi for Chromium
https://googlechromelabs.github.io/chromium-bidi/
Apache License 2.0
86 stars 28 forks source link

Emit "browsingContext.contextCreated" events for all open browsing contexts when subscribing to the event #1902

Open OrKoN opened 4 months ago

OrKoN commented 4 months ago

The remote end subscribe steps in the spec require us to emit created events for every open browsing context.

https://w3c.github.io/webdriver-bidi/#ref-for-remote-end-subscribe-steps%E2%91%A1

Lightning00Blade commented 4 months ago

Duplicate of #1077, consider closing one.