GoogleChromeLabs / chromium-bidi

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

The fragmentNavigated is emitted on the history updates that are not fragment navigations #2425

Open OrKoN opened 4 months ago

OrKoN commented 4 months ago

If you do a history update using pushState, chromium-bidi emits fragmentNavigated event. This behavior is not compliant with the spec.

OrKoN commented 4 months ago

It makes it difficult for Puppeteer to handle the behavior since Firefox implements it according to the spec.