1

I have the problem: Win 8.1 (fresh, just installed), Firefox 34 (downgraded, tested also on 38 and 39), Selenium 2.46.0... I receive:

An unhandled exception of type 'OpenQA.Selenium.WebDriverException' occurred in WebDriver.dll

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

Any idea how to make it to run?

On virtual server with Win7 - the same project is working well...

Soner Gönül
  • 97,193
  • 102
  • 206
  • 364
bartalke
  • 11
  • 1
  • 2
  • Please check if helpful : http://stackoverflow.com/questions/7661704/selenium-webdriver-firefoxdriver-error-failed-to-start-up-socket-within-45000 – Helping Hands Jul 08 '15 at 09:29
  • You should report that to the Firefox Webdriver developers. – D.R. Jul 08 '15 at 09:30
  • It makes sense that downgrading to version 31.6.0 ESR would solve the issue since that was the last version of Firefox that officially supported native events in Selenium 2.x . – djangofan Mar 08 '16 at 17:58

1 Answers1

0
  1. You have to download the latest References from "http://docs.seleniumhq.org/download/";
  2. Add reference with latest net40 dll's;
  3. Build and run.
Ɖiamond ǤeezeƦ
  • 3,223
  • 3
  • 28
  • 40