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

后端 未结 17 2391
滥情空心
滥情空心 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 got this working in the end, I removed all the package sub-folders which were added by NuGet when installing WebDriver and decided to added these manually. Created a 'lib' folder, then unzipped the selenium binaries into that folder. Then added references to all the binaries. Seems to be fine now.

提交回复
热议问题