Skip to content

[Bug]: goto interrupted after previous failure #35944

Open
@stevenh

Description

@stevenh

Version

1.52.0

Steps to reproduce

Example steps (replace with your own):

  1. Clone my repo at https://github.com/stevenh/playwright-interrupted
  2. uv venv
  3. uv sync
  4. pytest
  5. 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:

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions