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

fix(chromium): work around about:blank issue on Chromium We don't receive the `loaderId` which translates to `newDocumentId`, so we expect the same-document navigation. Instead, we can wait for any new-document navigation as a workaround, only for `about:blank`. This also reverts commit f0f65fa247ac9cb594acd45b52dc851e60109172.
playwright-core
This package contains the no-browser flavor of Playwright.