Strange error in selenium after upgrading to chromedriver 2.28 needed for chrome 57

前端 未结 3 2052
慢半拍i
慢半拍i 2020-12-31 11:22

After being forced to upgrading to chromedriver 2.28 to use selenium with chrome 57, I get the following error message:

[0313/100022.689:ERROR:child_thread_i         


        
相关标签:
3条回答
  • 2020-12-31 12:01

    See this answer to my question. This resolved my issue.

    "Try the --disable-gpu switch. Chrome seems to have a problem with initializing the GPU. I had the same issue with Chromium (Version 57.0.2987.110) on my Arch Linux and with disabling the GPU everything works fine again."

    0 讨论(0)
  • 2020-12-31 12:04

    Download latest chrome(version 55-57) driver @https://chromedriver.storage.googleapis.com/index.html?path=2.28/. This resolved problem for me.

    0 讨论(0)
  • 2020-12-31 12:18

    Hi I was faced with the same issue before when I open some proxy in the back. Make sure you close it.

    0 讨论(0)
提交回复
热议问题