I get this error when I try to run my test in Chrome:
Initialization method AutomationUsingSelenium.SmuladorChrome.MyTestInitialize threw exception. OpenQ
Install Selenium.Chrome.WebDriver NuGet package to the project and you will not get the error again.
Selenium.Chrome.WebDriver
In Visual Studio, right click the Project, click Manage NuGet Packages... , Search for Selenium.Chrome.WebDriver and click install.
Enjoy Selenium.