c# - Selenium WebDriver with Firefox error -
i have problem: win 8.1 (fresh, installed), firefox 34 (downgraded, tested on 38 , 39), selenium 2.46.0... receive:
an unhandled exception of type 'openqa.selenium.webdriverexception' occurred in webdriver.dll
additional information: failed start socket within 45000 ms. attempted connect following addresses: 127.0.0.1:7055
any idea how make run?
on virtual server win7 - same project working well...
- you have download latest references "http://docs.seleniumhq.org/download/";
- add reference latest net40 dll's;
- build , run.
Comments
Post a Comment