I\'m trying to get Selenium tests running with Chrome. I\'m using C#.
var options = new OpenQA.Selenium.Chrome.ChromeOptions(); options.BinaryLocation = @\"C:\\U
In the path you have given for Chrome binary please specify the chrome.exe as well. It will work!
chrome.exe