Closed lukeis closed 8 years ago
Even I am facing the same issue. I am trying to run the test case on Chrome. Below is
the error details
OpenQA.Selenium.WebDriverException: A exception with a null response was thrown sending
an HTTP request to the remote WebDriver server for URL http://localhost:63538/session/3f72078618f7592ce704872d2c1759e0/element/:wdc:1374467456958/value.
The status of the exception was KeepAliveFailure, and the message was: The underlying
connection was closed: A connection that was expected to be kept alive was closed by
the server. ---> System.Net.WebException: The underlying connection was closed: A connection
that was expected to be kept alive was closed by the server.
Stack trace is :
System.Net.HttpWebRequest.GetResponse()
OpenQA.Selenium.Remote.HttpCommandExecutor.CreateResponse(WebRequest request)
OpenQA.Selenium.Remote.HttpCommandExecutor.CreateResponse(WebRequest request)
OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute)
OpenQA.Selenium.Remote.DriverServiceCommandExecutor.Execute(Command commandToExecute)
OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2
parameters)
OpenQA.Selenium.Remote.RemoteWebElement.SendKeys(String text)
Does anyone have solution for this?
Reported by ba.raghu
on 2013-07-22 04:39:00
I'm facing the same issue in Ruby with selenium-webdriver gem 2.32.1 talking to webdriver
running with android-server-2.32.0.apk seeing EOFError: End of file reached with Default
http client. And seeing HTTPClient::KeepAliveDisconnected: HTTPClient::KeepAliveDisconnected
using Remote http client which I created to debug the issue.
Reported by highlandwolf@yahoo.com
on 2013-07-31 22:05:48
Reported by barancev
on 2013-08-08 22:35:28
Selenium project no longer supports the AndroidDriver.
Please use Selendroid instead:
http://selendroid.io/webview.html
And log any issues against that project:
https://github.com/selendroid/selendroid/issues
Reported by luke.semerau
on 2013-12-26 21:57:36
WontFix
Reported by luke.semerau
on 2015-09-17 18:17:33
Originally reported on Google Code with ID 5894
Reported by
chrisautomate
on 2013-07-08 07:37:20