Open
Description
Version
1.52.0
Steps to reproduce
Example steps (replace with your own):
- Clone my repo at https://github.com/stevenh/playwright-interrupted
- uv venv
- uv sync
- pytest
- You should see the error come up
Expected behavior
After a navigation using page.goto
fails, the page should still be usable for future calls to goto
Actual behavior
Calls to page.goto
fail with:
playwright._impl._errors.Error: Page.goto: Navigation to "about:blank" is interrupted by another navigation to "chrome-error://chromewebdata/"
Call log:
- navigating to "about:blank", waiting until "load"
Additional context
No response
Environment
- Operating System: MacOS 15.4.1
- CPU: arm64
- Browser: Chromium
- Python Version: 3.12.9
- Other info: