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

We lack `documentId` when doing a reload over browser protocols, so `reload()` waits for the next navigation to finish. Sometimes, the page might issue a same-document navigation while reload is in progress, which confuses the reload command. To fix the issue, just ignore same-document navigations for reload, because it is always a new document.
playwright-core
This package contains the no-browser flavor of Playwright.