私はvb.netとセレンで書かれたテストを持っています。セレングリッドを構成したので、セレングリッドを使用して複数のdllを一緒に実行できます。以下を使用しても、セッションは実行されません。
using selenium.Setup("localhost", 4444, "*chrome C:\Program Files (x86)\Mozilla Firefox\firefox.exe", My.Settings.URL)
It is throwing the following error (TestFixtureSetUp):
SetUp : Selenium.SeleniumException : ERROR: Could not retrieve a new session
Firefox、Chrome、iexplore環境で利用可能なRCが3つあります。iexploreを使用すると正常に動作し、テストは正常に実行されますが、Firefoxを使用するとセッションが取得されません。ここで私が間違っていることを教えてください。
編集1:selenium-grid-1.0.8バージョンの使用