您的位置:首页 > 理论基础 > 计算机网络

Selenium – A exception with a null response was thrown sending an HTTP request

2015-04-08 09:19 2663 查看
[Problem]

We use teamcity agent to run automation(mstest, selenium). It always fail with below error message. But when I run automation in this agent machine loacally, it works very well.Test method EFSchools.EnglishFirst.Odin.UITest.Features.AdvancedSearch.AdvancedSearchFeature.UserCanSearchContactByAdvancedSearch threw exception:

OpenQA.Selenium.WebDriverException: A exception with a null response was thrown sending an HTTP request to the remote WebDriver server for URL http://localhost:21516/session/46ed7be5-0e83-45e7-9b91-1dd961847f06/element/d1808de8-640e-4316-8f0b-3ee2b47d7c52/value. The status of the exception was ReceiveFailure, and the message was: The underlying connection was closed: An unexpected error occurred on a receive. —> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. —> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. —> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
[Things I tried]

1. check wether teamcity agent service is started.

2. IE configuration is correct.

– security consistant in each level

– clear history when close browser

3. User fiddler to check every call ,since we can’t view the running display via teamcity

4. IE 11 is not supported with current web driver

5. narrow down the issue wether it’s repro on other browser(e.g: chrom or firefox)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐