After Google Chrome updated to v124 on April 16th, I now cannot run my XML file of 64 tests without freezing and crashing my computer.
I have JDK11 installed. I am using IntelliJ with Maven and selenium-java 4.18.1
The tests would complete fine when I locally ran the XML of 64 tests until Chrome updated.
When I try to run them, half way through I suddenly cannot browse websites and my mouse starts freezing. Then I cannot close any windows or even open Task Manager. I start seeing errors in the IntelliJ console like these:
timeout: Timed out receiving message from renderer
and
WARNING: Failed to shutdown Driver Command Executor
The only other big warning/error I see is this, which is expected with the Chrome update, and selenium-java hasn’t released a new version with CDP 124 yet:
WARNING: Unable to find an exact match for CDP version 124, returning the closest version; found: 122; Please update to a Selenium version that supports CDP version 124
https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java
If I comment out all tests but 8-12 of them, it can finish without failing.
wilyhawk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
0