Selenium.WebDriver - I get error when I try to run my test in Chrome

后端 未结 4 1839
暖寄归人
暖寄归人 2021-02-19 04:28

I get this error when I try to run my test in Chrome:

Initialization method AutomationUsingSelenium.SmuladorChrome.MyTestInitialize threw exception. OpenQ

4条回答
  •  不思量自难忘°
    2021-02-19 05:13

    Install Selenium.Chrome.WebDriver NuGet package to the project and you will not get the error again.

    In Visual Studio, right click the Project, click Manage NuGet Packages... , Search for Selenium.Chrome.WebDriver and click install.

    Enjoy Selenium.

提交回复
热议问题