Unknown error: Chrome failed to start: exited abnormally

后端 未结 10 1073
不知归路
不知归路 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:35

    This issue resolved using below steps

    1) Install Xvfb Centos 7 : yum install chromedriver chromium xorg-x11-server-Xvfb

    2) update chrome driver Centos 7 : wget https://chromedriver.storage.googleapis.com/2.40/chromedriver_linux64.zip

提交回复
热议问题