Selenium test project C# not running Chrome [closed] Selenium test project C# not running Chrome [closed] google-chrome google-chrome

Selenium test project C# not running Chrome [closed]


You need to add the path to the chrome driver:

_driver = new ChromeDriver("C:\\Folder_with_Chrome_driver");

If you have not downloaded the driver, you can find it here.