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
I encountered the same issue for the php web driver.
Please install the chrome to the default directory, the chrome installations would automatically install the app to the default folder:
%HOMEPATH%\Local Settings\Application Data\Google\Chrome\Application\chrome.exe
Please check this wiki page for more information. http://code.google.com/p/selenium/wiki/ChromeDriver