DesiredCapabilities capability = DesiredCapabilities.Chrome();
IWebDriver wd = new RemoteWebDriver(new Uri("http://localhost:4444/wd/hub"), capability);
wd.Navigate().GoToUrl("http://localhost/");
しかし、私はいつもエラーが発生します
見つかりません: {platform=WINDOWS, javascriptEnabled=true, browserName=chrome, version=}
IEも同様です。FFのみ動作します。Google とフォーラムで検索しましたが、解決策はありません。
http://code.google.com/p/selenium/wiki/GettingStarted
http://code.google.com/p/selenium/wiki/ChromeDriver
Windows7 64ビットを使用しています。