Selenium WebDriver - FirefoxDriver error: Failed to start up socket within 45000

后端 未结 17 2415
滥情空心
滥情空心 2020-12-01 13:03

I\'m getting this error:

tests.IntegrationTests.Selenium.RegisterAndLogin (TestFixtureSetUp):
SetUp : OpenQA.Selenium.WebDriverException : Failed to start up         


        
17条回答
  •  情歌与酒
    2020-12-01 13:35

    I had this issue with latest version of both Firefox (42) and Selenium (2.48.2). Uninstalling and re-installing (via Nuget) fixed the issue for me.

提交回复
热议问题