playwright/packages/playwright-core
Andrey Lushnikov 94e272ba0f
fix(firefox): properly handle navigations (#27132)
In firefox, the `frameRequestedNavigation` is coming from renderer and
thus can happen **after** the `Network.requestWillBeSent`, which is
dispatched from the browser process.

Fixes https://github.com/microsoft/playwright/issues/24132
2023-09-18 17:01:19 -07:00
..
2023-05-22 12:37:08 -07:00
2023-09-11 18:16:16 -07:00

playwright-core

This package contains the no-browser flavor of Playwright.