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

后端 未结 17 2416
滥情空心
滥情空心 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:37

    I found that running an older version of resharper (9.2) failed to work with the latest nunit and that caused selenium to timeout.

    The temporary solution was to disable resharper (Tools -> Options -> Resharper -> Disable), the permanent solution is upgrading resharper.

提交回复
热议问题