mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

It could be that iframe was blocking some event, like load or networkidle, and we never updated the lifecycle after the iframe was detached. This lead to goto and other navigation commands to never resolve.
playwright-core
This package contains the no-browser flavor of Playwright.