I have added the WebDriver.ChromeDriver nuget package to my solution, which contains the ChromeDriver.exe file, required for Selenium WebDriver to run automated tests using
The Nuget package will place the driver.exe file in {buildconfiguration}/
To tell it to look in the root of the application, pass a "." when creating a new instance of the driver.