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

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

    Which version of Selenium IDE you are using? Try downgrading the Firefox version. The release notes of selenium IDE is mentioned in below link.

    https://code.google.com/p/selenium/wiki/SeIDEReleaseNotes

    Hope this helps.

提交回复
热议问题