ChromeWebDriver - unknown error: Chrome failed to start: crashed

前端 未结 10 2142
一整个雨季
一整个雨季 2020-11-29 11:00

I\'m trying to test my application on Chrome with ChromeWebDriver but every time I try I get following exception:

   org.openqa.selenium.WebDriverException:          


        
10条回答
  •  醉梦人生
    2020-11-29 11:32

    I had the same problem as above. Turned out I somehow managed to have two chrome.exe installed. One under Program Files and on under user\appdata\local..... I uninstall the one under Program Files and now it works like a charm.

提交回复
热议问题