Skip to content

[Bug]: goto interrupted after previous failure #2852

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
stevenh opened this issue May 13, 2025 · 0 comments
Open

[Bug]: goto interrupted after previous failure #2852

stevenh opened this issue May 13, 2025 · 0 comments

Comments

@stevenh
Copy link

stevenh commented May 13, 2025

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:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant