I’m having a little problem with Katalon running a Chrome browser. I’m seeing this error:
[SEVERE]: Timed out receiving message from renderer: 82.375
Caused by: org.openqa.selenium.TimeoutException: timeout: Timed out receiving message from renderer: 82.375
My environment is:
- Katalon 8.2.5
- Chrome 99.0.4844382
- Selenium
** selenium-server-standalone-3.141.59.jar
** om.kms.katalon.selenium-standalone_1.0.0.202201190711.jar
I’ve seen some possible workarounds on Google, but nothing seems to work. Has anyone come across this issue lately. There was a Chrome update when I opened Katalon last week or so and I updated the driver. Unfortunately I don’t know if this is the cause or not because this is the first time I’m running my test script on this URL.
I do have the WebUI.waitForPageLoad(900) command in the script but that doesn’t seem to do anything.
Any help would be appreciated.