OpenQA.Selenium.WebDriverException : The HTTP request to the remote WebDriver server timeout

Deadly 提交于 2019-12-23 21:47:43

问题


I'm getting the following error from my TeamCity CI server. The Specflow BDD I'm running works fine locally - the build server has its firewall turned off, All ports open, IE, Firefox and Chrome drivers installed - same result with all 3 drivers. I've set timeouts to 100 seconds, tried putting the thread to sleep without change. Is there a way to run the test manually on the CI server to see what the issue is?

Test(s) failed. OpenQA.Selenium.WebDriverException : The HTTP request to the remote WebDriver server for URL http:// localhost:49227 /session/1647d43b-06dd-4c41-b0b3-2de687f0b7e1/element timed out after 60 seconds. ----> System.Net.WebException : The operation has timed out at OpenQA.Selenium.Remote.HttpCommandExecutor.CreateResponse(WebRequest request)

来源:https://stackoverflow.com/questions/23521720/openqa-selenium-webdriverexception-the-http-request-to-the-remote-webdriver-se

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!