You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
Version
1.52.0
Steps to reproduce
Example steps (replace with your own):
Expected behavior
After a navigation using
page.goto
fails, the page should still be usable for future calls togoto
Actual behavior
Calls to
page.goto
fail with:Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: