DesiredCapabilities capability = DesiredCapabilities.Chrome();
IWebDriver wd = new RemoteWebDriver(new Uri("http://localhost:4444/wd/hub"), capability);
wd.Navigate().GoToUrl("http://localhost/");
but I always get error
cannot find : {platform=WINDOWS, javascriptEnabled=true, browserName=chrome, version=}
The same with IE. Only FF works. I search in google and here in forum but none solution works.
http://code.google.com/p/selenium/wiki/GettingStarted
http://code.google.com/p/selenium/wiki/ChromeDriver
I am using windows 7 64 bit.