-
-
Notifications
You must be signed in to change notification settings - Fork 603
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
"WebDriverError: session deleted because of page crash from tab crashed" for scripted journeys on sitespeed.io v35.3.0 #4315
Comments
Hi @CharlsChacko thank you for creating the issue. I wonder if something changed in Chrome between the release (since it worked in previous versions). Let me check how you can get more info out from Chrome, see if we can hold off why the page crashes the tab/Chrome. Is it possible for you to run the same script in a non Dockerized environment? |
Also if Chrome crashes I would check the memory on the instance where you run the test, see if you can increase it (if it could be an issue). |
Hello @soulgalore
|
I see, are you able to downgrade or run an upcoming version of Chrome on your machine and see if it's been fixed in coming versions? You can add |
There's a new version of sitespeed.io (35.5.0) rolling out now with Chrome 131 in the Docker container, but if you could reproduce it locally, you can just update the browser and test. Please let me know how it works out. |
Hello @soulgalore Tried running tests with the latest version Wanted to check with you if you were able to replicate the issue on your end with the details shared. |
Sorry I haven't tested, let me do that tonight. I think if you get both in Docker and desktop I will probably be able to reproduce it. If I can reproduce, I'll create the Chrome bug. |
Hi @CharlsChacko yes I could reproduce, thank you for sharing exactly how I should run. If I omit --cpu it works for me. CPU adds trace categories to Chrome and it seems some of them makes it crash. I will try to reproduce with a simple Selenium script and add an issue to Chromedriver or Chrome. I also tried with Chrome canary (133) and I get the same there. |
I could track in down to the trace disabled-by-default-devtools.timeline.invalidationTracking if I delete that it works for me (I reproduced using standalone Selenium). So for now until there's a fix I would try something like this: |
Thank you @soulgalore for looking at this issue in such quick time. |
I created https://issues.chromium.org/issues/379170483 please follow that issue :) |
Have you read the documentation?
URL
Error is only on scripted journeys and not when run using URL(s)
What are you trying to accomplish
34.7.0
but fails with above error on the latest version35.3.0
js file
,config.json
and a reference totest execution commands
:github-issue-files.zip
What browser did you use?
Chrome
How to reproduce
Log output
The text was updated successfully, but these errors were encountered: