英文:
Getting [1586297427.353][SEVERE]: Timed out receiving message from renderer: 0.100 ever since my Chrome browser updated to 81.0.4044.92
问题
这个问题在使用Selenium时已经存在了一段时间,我之前在Chrome浏览器版本80.0.3987.163上遇到过类似的问题。在切换了许多不同版本的chromedriver后,我最终找到了版本号为79.0.3945.36的版本,这个版本解决了问题。然而,就在几天前,当我的浏览器自动更新到了版本81.0.4044.92时,问题又重新出现了,因为chromedriver 79.0.3945.36可能已经被弃用,不支持81及以上版本的浏览器。我在另一个类似的问题的评论中看到建议尝试使用chromedriver版本81.0.4044.20和81.0.4044.69。然而,这些版本都没有解决问题,我在运行Selenium测试时仍然经常遇到超时错误。请帮忙,这真的很令人沮丧,是否有任何解决方法我可以尝试实施?
谢谢!
英文:
This issue has been existing for a while now with Selenium, I had a similar issue with chrome browser version 80.0.3987.163. After switching between a lot of chromedrivers I finally found version 79.0.3945.36 which tackled the issue. I barely found this a couple of days ago and now its back again when my browser auto-update to version 81.0.4044.92 because chromedriver 79.0.3945.36 probably got deprecated and doesn't support browser version of 81 and above. I read some comments on a another similar question that asked to try out chromedriver version 81.0.4044.20 and 81.0.4044.69. None of these version solve the issue and I keep getting the timeout message frequently while running my selenium tests. Please help this is frustrating, anybody got any workarounds I could implement?
Thanks!
专注分享java语言的经验与见解,让所有开发者获益!
评论