Unknown error: Chrome failed to start: exited abnormally

后端 未结 10 1094
不知归路
不知归路 2020-12-04 17:36

I am getting this error when I run my tests with Selenium using chromedriver.

selenium.common.exceptions.WebDriverException: Message:
unknown error: Chrome f         


        
10条回答
  •  醉话见心
    2020-12-04 18:30

    I got the same error when I crawl something using scrapy + selenium + chrome driver on Centos 7,and the method of following url solved my problem.

    yum install mesa-libOSMesa-devel gnu-free-sans-fonts
    

    refer:https://bugs.chromium.org/p/chromium/issues/detail?id=695212

提交回复
热议问题