2014-07-16 153 views
0

我使用硒不行webdriver的2.42.0,火狐29,C#和試圖建立火狐司機火狐的webdriver駕駛者

FirefoxProfile fp = new FirefoxProfile(); 

driver = new FirefoxDriver(new FirefoxBinary("C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe"), fp); 

我看到一個新的Firefox窗口,並得到WebDriverException

Failed to start up socket within 45000 ms. Attempted to connect to the following addresses: 127.0.0.1:7055 

一切工作正常ChromeDriver和IE驅動程序。我發現的唯一建議是檢查FF和硒版本,但正如我所知,FF29和webdriver 2.42應該一起工作。 我也試圖使用FF27,28,30,沒有任何工作。

+0

您是否正在嘗試使用代理或tor? – arserbin3

+0

只需要殺死所有的firefox和java會話,然後嘗試一下。 – Santoshsarma

+0

請重新提出問題。您的代碼不會編譯,並且與WebDriver與Firefox的效果無關。正如措辭,人們會閱讀這個問題,希望找到一個完全不同的問題。 – CMerrill

回答