With latest Selenium WebDriver v 2.50.00 I am getting (again) following exception:
Failed to start up socket within 45000 ms. Attempted to connect to the following addresses: 127.0.0.1:7055
executing:
driver = new FirefoxDriver(new FirefoxBinary(), firefoxProfile, pageLoadTimeout);
This happens with version 43 and higher of Firefox. I have downgraded Firefox to v. 39 and there it works OK.
It seems that this issue happened before couple of times with various versions of Selenium and Firefox, see here or here.
Any workaround for this or downgrading Firefox and waiting for a new version of Selenium WebDriver is the only way?