ChromeWebDriver - unknown error: Chrome failed to start: crashed

前端 未结 10 2148
一整个雨季
一整个雨季 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:46

    im pretty sure looking at your error that your bindings for chrome may not be right - please try removing all your references to chrome and removing it from your project. then, if you havent already, install Nuget Packet Manager and download chrome webdriver from there - note there are 2 one by chromium and one from selenium.

    hope this helps - let me know and if not ill take a closer look at it.

提交回复
热议问题