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
Download "chromedriver_win_22_0_1203_0b.zip" extract it and set the path as below: (I have set my path)
options.BinaryLocation = @"F:\\Software Download_Ripon\\WebDriver\\chromedriver_win_22_0_1203_0b\\chromedriver.exe";
The above should work well