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

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

    I also faced the problem while running the the test in NUnit. I found many solution to remove or degrade your Firefox.But i solved this in another way i remove all the references related to web drivers and add the upgrade web driver to the Solution.

    In my application the webdriver version was 2.24 so i replaced with 2.43 and now my test are running fine.

提交回复
热议问题