Hi Jason,
I have similar problem as bp - I can't use Chrome in my tests, as a
result I have:
SetUp : OpenQA.Selenium.WebDriverException : The file C:\Users\pawelm
\Documents\Visual Studio 2008\Projects\SkyscannerRC\SkyscannerRC\bin
\Debug\chromedriver.exe does not exist.
I've also tried your solution, but it seems to me that there is a
problem, because in third line we cannot add parameter:
DesiredCapabilities cap = DesiredCapabilities.Chrome();
cap.SetCapability("chrome.bin", "C:\\Users\\pawelm\\AppData\\Local\
\Google\\Chrome\\Application");
IWebDriver driverd = new ChromeDriver(cap); <- we can;t add here
parameter
So there is a possibility to use chrome with webdriver RC2?
Cheers,
Pawel