-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[BUG] page.goto: Navigation failed because page crashed! #5687
Comments
It works for me on the same settings. Could you try latest Playwright? That would be 1.9. |
It's crashing for me as well. Same OS version. Node 14.15.4. On playwright 1.9 (latest) |
@aslushnikov Nope, it doesn't crash. And I should note that the crashing is inconsistent - it seems that the more that I use Playwright to control Chromium, the more likely it is to crash. I've created a few videos demonstrating the presence and absence of the issue - what's the best way to privately send them to you? |
@rinogo the best way would be to e-mail them to anlushni [at] microsoft [dot] com |
@rinogo I received your crash video, but that's not actionable by itself, unfortunately. The only way to act upon this would be to have a good repro that we can reproduce locally - this way we can debug what's going on. Any chance you can give us this? |
@aslushnikov The Code Snippet in this Issue is the best that I can do - it crashes for me. It doesn't crash for you? Maybe it's something specific to this version of OS X. |
@rinogo does not crash for me, could you try Playwright 1.10? It has newer Chromium... |
Please file a new bug and link this one if this still is a case for you! Closing this bug as non-actionable for now. |
Context:
1.8.0-next
(3eef2548e4d55db5970a81582bc0276d814c42da
)Info from
npx
:Code Snippet
Output upon crashing:
Describe the bug
I get the aforementioned error message (
page.goto: Navigation failed because page crashed!
) when I simply try to loadhttps://www.californiaorganics.com/
. Actually, it looks like it crashes "randomly" at different times - sometimes while loading, other times once loading is complete and my script's actions are underway.I've written a script (above) that seems to consistently demonstrate the problem. Note that I get different behavior if
headless: false
is specified. Headless doesn't crash whereas non-headless (headful) does crash.The text was updated successfully, but these errors were encountered: