Issue 3719 in selenium: OpenQA.Selenium.WebDriverException : No response from server for url

1,411 views
Skip to first unread message

sele...@googlecode.com

unread,
Apr 13, 2012, 8:52:08 AM4/13/12
to selenium-develope...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 3719 by Evgeny.T...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

When using ChromeDriver via ChromeDriverService and RemoteDriver
and run multiple tests. They _sometimes_ fail with the exception above.

The tests run OK when I start individual ChromeDriver per each unit test.

The stack is as follows:

OpenQA.Selenium.WebDriverException : No response from server for url
http://localhost:50258/session/e58704878fbaecee8aaefabe64076eeb/element/:wdc:1334321221530/click
at OpenQA.Selenium.Remote.HttpCommandExecutor.CreateResponse(WebRequest
request) in
c:\Projects\WebDriver\trunk\dotnet\src\WebDriver\Remote\HttpCommandExecutor.cs:line
115
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String
driverCommandToExecute, Dictionary`2 parameters) in
c:\Projects\WebDriver\trunk\dotnet\src\WebDriver\Remote\RemoteWebDriver.cs:line
795


Selenium version: 2.21
OS: Windows 2008 R2 64 bit
Browser: ChromeDriver
Browser version: 19

sele...@googlecode.com

unread,
May 4, 2012, 1:48:19 PM5/4/12
to selenium-develope...@googlegroups.com
Updates:
Labels: Component-WebDriver Browser-Chrome

Comment #1 on issue 3719 by barancev: OpenQA.Selenium.WebDriverException :
(No comment was entered for this change.)

sele...@googlecode.com

unread,
May 14, 2012, 9:08:28 AM5/14/12
to selenium-develope...@googlegroups.com

Comment #2 on issue 3719 by ramesh...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

+1.
RemoteWebdriver with Jenkins
OS:Windows 2008 R2


SetUp : OpenQA.Selenium.WebDriverException : No response from server
for url http://localhost:4444/wd/hub/session
at
OpenQA.Selenium.Remote.HttpCommandExecutor.CreateResponse(WebRequest
request) in
c:\Projects\WebDriver\trunk\dotnet\src\WebDriver\Remote\HttpCommandExecutor.cs:line
115
at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command
commandToExecute) in
c:\Projects\WebDriver\trunk\dotnet\src\WebDriver\Remote\HttpCommandExecutor.cs:line
96

sele...@googlecode.com

unread,
May 14, 2012, 9:16:53 AM5/14/12
to selenium-develope...@googlegroups.com

Comment #3 on issue 3719 by ramesh...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Selenium version:2.21
OS:Windows 2008 R2
RemoteWebdriver

sele...@googlecode.com

unread,
May 24, 2012, 12:44:44 PM5/24/12
to selenium-develope...@googlegroups.com

Comment #4 on issue 3719 by gger...@qualcomm.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Seeing this on Firefox, Chrome, and IE.

sele...@googlecode.com

unread,
May 29, 2012, 10:56:18 AM5/29/12
to selenium-develope...@googlegroups.com

Comment #5 on issue 3719 by dkro...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

I see it in Firefox (11) and Chrome with the latest Selenium and
ChromeDriver

sele...@googlecode.com

unread,
Aug 1, 2012, 12:32:15 PM8/1/12
to selenium-develope...@googlegroups.com

Comment #6 on issue 3719 by david.al...@mindbodyonline.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

I'm still seeing this with latest chromedriver, grid, and selenium.

Running tests on the local computer through chromedriver works great, but I
run tests through a grid(on the local machine) the failure rate goes way up
- lots of these No Response exceptions.

sele...@googlecode.com

unread,
Aug 6, 2012, 4:11:25 PM8/6/12
to selenium-develope...@googlegroups.com

Comment #7 on issue 3719 by williama...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

I see this error with windows 2003 R2, firefox 13, using webdriver.
it just started occuring recently, for me.

Also with the most recent chromedriver this happens frequently as well
on windows XP sp3 with chrome 20, 21, or 22. i resorted to disabling the
updates for chrome to keep the chrome 20 driver able to work.

I've read elsewhere that it may be a request limit (for proxy servers
having too low of a conection limit), that causes the server to return null
and crash with the "No response from server for url" exception.

The "No response from server for url" exception seems to occur whenever a
request by the server returns null or an empty response at which point the
server crashes.

It Might be a load related issue, as in when the load of requests is too
much for the drivers to carry, then they throw the "No response from
server for url" exception






sele...@googlecode.com

unread,
Aug 8, 2012, 10:39:26 AM8/8/12
to selenium-develope...@googlegroups.com

Comment #8 on issue 3719 by shabazi...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

All my tests broke today with the following error

OpenQA.Selenium.WebDriverException : No response from server for url
http://localhost:7057/hub/session/283a5d58-82dd-483b-a3ef-0ff3ee37841c/element

Am on WebDriver C# bindings 2.25.1 Win 7,FF 14/13

They all worked fine until early today nothing has been changed.
However if i rerun them again they work alright a few times.

Are we going to get a fix for this in future releases ?

cheers,
s




sele...@googlecode.com

unread,
Aug 10, 2012, 11:45:55 AM8/10/12
to selenium-develope...@googlegroups.com

Comment #9 on issue 3719 by MixeR...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Same problem.
Win2008R2
WebDriver 2.25.1 .net c#
chromedriver win_22_0_1203_0b
Chrome 21.0.1180.75

On W7 x64 same testset works fine.

sele...@googlecode.com

unread,
Aug 10, 2012, 12:22:25 PM8/10/12
to selenium-develope...@googlegroups.com

Comment #10 on issue 3719 by MixeR...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Hi, I'm solved it
if there are no timeout (based on machine speed - usually thread.sleep(250)
works fine) between interactions with driver - driver couldn't throw event
from browser to test - and you gets error.

And watch at some "Explicit Implicit Wait Webdriver" articles.

sele...@googlecode.com

unread,
Aug 10, 2012, 1:49:35 PM8/10/12
to selenium-develope...@googlegroups.com

Comment #11 on issue 3719 by nathand...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

I started seeing this issue primarily with Chrome 21. The Thread.Sleep
method is not a good long term solution for this though.

sele...@googlecode.com

unread,
Aug 13, 2012, 2:43:55 AM8/13/12
to selenium-develope...@googlegroups.com

Comment #12 on issue 3719 by MixeR...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Of course it's a workaround, not solution

sele...@googlecode.com

unread,
Aug 13, 2012, 4:12:45 AM8/13/12
to selenium-develope...@googlegroups.com

Comment #13 on issue 3719 by MixeR...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

https://groups.google.com/d/topic/selenium-users/W7bYZIgOREA/discussion

sele...@googlecode.com

unread,
Aug 13, 2012, 6:05:38 AM8/13/12
to selenium-develope...@googlegroups.com

Comment #14 on issue 3719 by shabazi...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Am not sure if it's triaged or some developer has even looked at this issue.

Having most of our testcase failures has resulted in an annoyance for
effort spent on understanding what is happening !!

sele...@googlecode.com

unread,
Aug 13, 2012, 9:23:36 AM8/13/12
to selenium-develope...@googlegroups.com

Comment #15 on issue 3719 by m.cl...@canary.co.nz:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

We also get consistently get this error using the latest
Chrome/Chromedriver, and are desperatefor a fix. Will investigate how to
rollback to a previous version of Chrome without it auto-updating itself
and see if we can regain functionality.

sele...@googlecode.com

unread,
Aug 13, 2012, 9:38:45 AM8/13/12
to selenium-develope...@googlegroups.com

Comment #16 on issue 3719 by shabazi...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

It not only happens in chrome but in FF13 & 14 too.

Is there going to be any patch for that /rollback ?

sele...@googlecode.com

unread,
Aug 15, 2012, 11:11:49 AM8/15/12
to selenium-develope...@googlegroups.com

Comment #17 on issue 3719 by moises.s...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Hi Guys,

I'm seeing the same thing in FF14 Windows Server R2 2008.... What is the
best workaround for this, I saw many post that adding some thread.sleep
will solve the issue, but not sure if that is best solution......



sele...@googlecode.com

unread,
Aug 15, 2012, 12:41:06 PM8/15/12
to selenium-develope...@googlegroups.com

Comment #18 on issue 3719 by jimbob91...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

We're getting it too with our tests. I'm running Win7 x64, FF14,
Chrome21. We're using the Fire Fox driver for our tests against SQL Server
Reporting Services reports and the errors are consistent with certain
reports but not with others.

sele...@googlecode.com

unread,
Aug 15, 2012, 1:51:51 PM8/15/12
to selenium-develope...@googlegroups.com

Comment #19 on issue 3719 by jimbob91...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

I downgraded our FF version back to v12 and the error seems to have gone
away. We're trying it with FF version 13 this afternoon.


sele...@googlecode.com

unread,
Aug 16, 2012, 7:49:49 AM8/16/12
to selenium-develope...@googlegroups.com

Comment #20 on issue 3719 by roxtonl...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Same problem on Windows 7 x64, Chrome 21.0.1180.79, WebDriver 2.24.0,
ChromeDriver 22.0.1203.0b

If I downgrade ChromeDriver to 20.0.1133.0 WebDriver asks for more recent
ChromeDriver.

sele...@googlecode.com

unread,
Aug 16, 2012, 8:37:28 AM8/16/12
to selenium-develope...@googlegroups.com

Comment #21 on issue 3719 by shabazi...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Woww that's new .. i guess where WebDriver identifies which version of
chrome

Probably the chromium team

sele...@googlecode.com

unread,
Oct 3, 2012, 2:01:29 PM10/3/12
to selenium-develope...@googlegroups.com

Comment #22 on issue 3719 by Nick.Has...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Was there ever a solution for this problem?

sele...@googlecode.com

unread,
Oct 26, 2012, 10:10:41 AM10/26/12
to selenium-develope...@googlegroups.com

Comment #23 on issue 3719 by pe...@crlf.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

I see it intermittently. Always in a suite of tests that have been running
for a few minutes. I get the exception:

OpenQA.Selenium.WebDriverException : No response from server for url
http://localhost:7055/hub/session/e298f5fd-257d-4ec9-85c8-e8091aa0196f/element

FF16 Win7

The FF browser gives a completely white page and will not close when
clicking the X gives "ff not responding .. close or wait.."

sele...@googlecode.com

unread,
Nov 14, 2012, 4:10:06 PM11/14/12
to selenium-develope...@googlegroups.com

Comment #24 on issue 3719 by sco...@michaelbscott.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

We are seeing the same issue intermittently on Chrome and Firefox.
Unfortunately, it is not feasible for us to add sleeps between each
interaction with the WebDriver given how widely it is used.

Is there any traction on when this issue will be solved?

sele...@googlecode.com

unread,
Nov 15, 2012, 9:59:53 AM11/15/12
to selenium-develope...@googlegroups.com

Comment #25 on issue 3719 by james.h....@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

What, exactly, would you like the .NET bindings to do? That's not a
question asked to be flippant, it's a genuine question. Before you answer,
though, please see
http://jimevansmusic.blogspot.com/2012/11/net-bindings-whaddaymean-no-response.html
for a more in-depth explanation of exactly what's happening when you
receive this error.

sele...@googlecode.com

unread,
Nov 19, 2012, 4:29:20 AM11/19/12
to selenium-develope...@googlegroups.com

Comment #26 on issue 3719 by teunduyn...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

What would be quite helpful in many cases is to add the raised WebException
as an InnerException in the WebDriverException you throw. This will allow
clients to investigate the underlying causes and the perform their own
retry logic if appropriate.

sele...@googlecode.com

unread,
Dec 7, 2012, 4:51:45 AM12/7/12
to selenium-develope...@googlegroups.com

Comment #27 on issue 3719 by arran.hu...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

It could very well be to do with the Implicit Wait option. If you are using
it, and are getting this message, what happens when you remove it?

sele...@googlecode.com

unread,
Dec 10, 2012, 2:53:34 PM12/10/12
to selenium-develope...@googlegroups.com

Comment #28 on issue 3719 by bakaev.d...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Any update on this? Any progress with fixing this issue?

sele...@googlecode.com

unread,
Jan 8, 2013, 6:03:51 PM1/8/13
to selenium-develope...@googlegroups.com

Comment #29 on issue 3719 by mkiewic...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

I don't know if this will help, but I just starting seeing this issue this
week. My intern started seeing it last week. At first I thought it was just
his machine, as I was not seeing it. Yesterday it started showing on my
machine.

I built a testing app around the WebDriver that tests a web based Learning
Management System for our regression testing. As far as having a
reproducible scenario, I might have one. I am seeing this in only one
portion of my test (e.g. clicking a link to access the work submission page
of an Activity created by the testing app) and it happens pretty regularly.
It's on a Click() and the click happens, but WebDriver is stuck in the code
on the Click event, as if it's waiting for a something. The testing app
won't get past the third (of five) activities for the first (of four)
students without throwing an exception. This is the only place that I see
it and it is in probably the most in depth tests that I have made for the
app. The tests in all my other suites pretty much pass as I would expect
them to.

I just upgraded from VS2010 to VS2012 hoping that might help. It didn't.

Using Visual C# 2012 Premium, WebDriver 2.21, Firefox 18, Chrome
23.0.1271.97

I would be willing to help in any way that I can

sele...@googlecode.com

unread,
Jan 9, 2013, 12:45:27 PM1/9/13
to selenium-develope...@googlegroups.com

Comment #30 on issue 3719 by mkiewic...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Rolling back to FF 12.0 and disabling auto-update seems to have remedies
the problem for now

sele...@googlecode.com

unread,
Jan 18, 2013, 10:57:10 AM1/18/13
to selenium-develope...@googlegroups.com

Comment #31 on issue 3719 by dkro...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

mkiewic...,

Firefox 18 seems to be a "bad version" in terms of Selenium-WebDriver
support as of 2.28. See
stackoverflow.com/questions/14231279/selenium-webdriver-and-firefox-18. Try
Firefox 17.

sele...@googlecode.com

unread,
Jan 18, 2013, 11:51:00 AM1/18/13
to selenium-develope...@googlegroups.com

Comment #32 on issue 3719 by barancev: OpenQA.Selenium.WebDriverException :
... or update to already released 2.29

sele...@googlecode.com

unread,
Feb 11, 2013, 6:03:08 PM2/11/13
to selenium-develope...@googlegroups.com

Comment #33 on issue 3719 by james.h....@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

To those who've run into this issue, please update to 2.30.0 of the .NET
bindings when they are available. I've made a change to the .NET
bindings[1] that should allow us to have more diagnostic information in the
exception that is thrown when this happens. Please note that this change
I've added *WILL* *NOT* *FIX* the problem. It is only intended to provide
more details so that we might be able to narrow down root causes to the
issue a little more cleanly.

[1]
http://code.google.com/p/selenium/source/detail?r=a26a61aa7bdde6a3a9e5174bdd573981a6e778fe

sele...@googlecode.com

unread,
Feb 11, 2013, 8:30:08 PM2/11/13
to selenium-develope...@googlegroups.com

Comment #34 on issue 3719 by nathand...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

I quit seeing this error all together when I explicitly set the command
timeout via the driver constructor. Looking at your change, it looks like
this is the information you’re logging now.

I'll put some tests together using a default constructor on the drivers to
see if I can get this exception to be thrown.

sele...@googlecode.com

unread,
Jul 4, 2013, 8:16:48 AM7/4/13
to selenium-develope...@googlegroups.com

Comment #35 on issue 3719 by artyom.t...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Have the same problem.
WebDriver Version 2.33.0.0 C#
Chrome version 27.0.1453.116 m

Here is stack:
TearDown : OpenQA.Selenium.WebDriverException : The HTTP request to the
remote WebDriver server for URL
http://localhost:52773/session/b46dcfb5b55c1bc2f2420406224007f5/screenshot
timed out after 300 seconds.
----> System.Net.WebException : The operation has timed out
at OpenQA.Selenium.Remote.HttpCommandExecutor.CreateResponse(WebRequest
request)
at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command
commandToExecute)
at OpenQA.Selenium.Remote.DriverServiceCommandExecutor.Execute(Command
commandToExecute)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String
driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism,
String value)
at OpenQA.Selenium.Remote.RemoteWebDriver.FindElementByXPath(String
xpath)
at OpenQA.Selenium.By.<>c__DisplayClasse.<XPath>b__c(ISearchContext
context)
at OpenQA.Selenium.By.FindElement(ISearchContext context)
at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(By by)

In my case exception occurs when driver made all actions on page 1 and then
starts to wait for elements of page 2, but application is still sending
some data to server on page 1.

Explicit set of timeout in driver constructor didn't help.

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

sele...@googlecode.com

unread,
Sep 25, 2013, 3:56:35 PM9/25/13
to selenium-develope...@googlegroups.com

Comment #36 on issue 3719 by robert.b...@fuelinteractive.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

I am getting this error as well in the firefox driver. It seems to be
caused by one of my sites waiting on a resource and never receiving it. So
while it waits for that page to give it it's resource, the other selenium
calls after that fail with this error. Eventually it gives up on that
resource and all the calls that failed run in rapid succession in firefox
even though they already reported as failing. I have a small test
application that seems to reproduce the error if you are interested. I am
on the latest version of selenium.

sele...@googlecode.com

unread,
Nov 2, 2013, 9:51:59 AM11/2/13
to selenium-develope...@googlegroups.com
Updates:
Status: NeedsClarification

Comment #37 on issue 3719 by barancev: OpenQA.Selenium.WebDriverException :
Is this issue still actual? Can anybody provide additional log information
as mentioned in comment #33?

sele...@googlecode.com

unread,
Nov 13, 2013, 5:33:57 AM11/13/13
to selenium-develope...@googlegroups.com

Comment #38 on issue 3719 by yoss...@etoro.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

I'm seeing this as well in our tests and it's driving me mad. Anyone found
a solution yet?

sele...@googlecode.com

unread,
Dec 26, 2013, 5:06:03 AM12/26/13
to selenium-develope...@googlegroups.com

Comment #39 on issue 3719 by kirtiraj...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Anyone found a solution or workaround to this?

sele...@googlecode.com

unread,
Jan 14, 2014, 9:01:44 AM1/14/14
to selenium-develope...@googlegroups.com

Comment #40 on issue 3719 by priyank....@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Encountering the same issue
WebDriver Version 2.39.0.0 C#
Firefox version 26.0
Here is stack:
OpenQA.Selenium.WebDriverException: The HTTP request to the remote
WebDriver server for URL
http://localhost:7055/hub/session/51109d80-ac9c-4b61-bdbe-74aa28c32fc7/url
timed out after 60 seconds. ---> System.Net.WebException: The request was
aborted: The operation has timed out.

Result StackTrace:
at System.Net.HttpWebRequest.GetResponse()
at OpenQA.Selenium.Remote.HttpCommandExecutor.CreateResponse(WebRequest
request)
--- End of inner exception stack trace ---
at OpenQA.Selenium.Remote.HttpCommandExecutor.CreateResponse(WebRequest
request)
at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command
commandToExecute)
at OpenQA.Selenium.Firefox.Internal.ExtensionConnection.Execute(Command
commandToExecute)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String
driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Remote.RemoteWebDriver.get_Url()

sele...@googlecode.com

unread,
Jan 14, 2014, 3:57:52 PM1/14/14
to selenium-develope...@googlegroups.com

Comment #41 on issue 3719 by acarlon...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

priyank: I had exactly the same problem and call stack as you with .NET
WebDriver: 2.37, FF: 25.0.1. I found a workaround that worked for me, see
here:
http://stackoverflow.com/a/20181669/746754

Since I was able to get things going I haven't wanted to change my setup,
but I will try updating to the latest webdriver (2.39.0) and firefox 26.0
sometime this week and report back.

sele...@googlecode.com

unread,
Jan 30, 2014, 10:38:25 AM1/30/14
to selenium-develope...@googlegroups.com

Comment #42 on issue 3719 by james.h....@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Okay, this issue in general does not manifest itself in IE, or so it seems
from the comments. I'd like people to try with Firefox and Chrome, and
the .NET bindings 2.40.0 (will be the next release at the time of this
writing) or later, and see if this is still happening.

I've seen fewer reports of this happening in Chrome since 2.35.0, so I need
to know if this is still an issue with the .NET bindings and a recent
chromedriver.exe.

2.40.0 may have a fix for at least one of the issues that may cause this in
Firefox.

If all you have to contribute to this issue is a "me too" or "when will
this be fixed" comment, at the very least, please provide the version of
the .NET bindings and which version of which browser you're encountering
the issue in. It would be more helpful in these cases to also have the
exact text of the exception, since the change mentioned in comment #33
gives more detail about what is actually happening.

sele...@googlecode.com

unread,
Feb 1, 2014, 8:16:38 PM2/1/14
to selenium-develope...@googlegroups.com

Comment #43 on issue 3719 by acarlon...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Look forward to trying it out. Any estimate on when 2.40.0 will be
available on git?

sele...@googlecode.com

unread,
Feb 4, 2014, 3:25:40 PM2/4/14
to selenium-develope...@googlegroups.com

Comment #44 on issue 3719 by acarlon...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Or NuGet?

sele...@googlecode.com

unread,
Feb 11, 2014, 3:39:50 PM2/11/14
to selenium-develope...@googlegroups.com

Comment #45 on issue 3719 by mmcna...@directs.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Experiencing this issue in a 100% reproducible fashion with 2.38.0 and
2.39.0 against FF 27.0

OpenQA.Selenium.WebDriverException: The HTTP request to the remote
WebDriver server for URL
http://localhost:7055/hub/session/1a5eb28a-c9b2-4b18-a0ce-79291d66f1b1/element/%7B7ba38b04-f9f2-4c5c-8c40-93b5238d0306%7D/click
timed out after 60 seconds. ---> System.Net.WebException: The operation has
timed out


One of the failing tests basically looked like this (locking up when
clicking the breadcrumb on the 4th line):
VerifyBreadcrumbNavigation(detailPage, BreadcrumbType.Category4, "Cats");
VerifyBreadcrumbNavigation(null, BreadcrumbType.Category3, "Quadrupeds");
VerifyBreadcrumbNavigation(null, BreadcrumbType.Category2, "Mammals");
VerifyBreadcrumbNavigation(null, BreadcrumbType.Category1, "Pets");
VerifyBreadcrumbNavigation(null, BreadcrumbType.Supplier, "Addimplower
Holdings");

I tried reordering the breadcrumb navigations and no matter what I did it
would always fail on the 4th attempt no matter which breadcrumb it was
doing at the time. I also added longish sleeps (2000ms) all over the place
thinking that maybe the driver couldn't handle so many navigation attempts.
This also did nothing to mitigate the problem.

sele...@googlecode.com

unread,
Feb 24, 2014, 5:45:58 PM2/24/14
to selenium-develope...@googlegroups.com

Comment #46 on issue 3719 by acarlon...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Just reporting back that I tried Selenium WebDriver bindings 2.40.0 and
this solved the problem for me - thank you. Looking at the change log,
there is a commit from 1/31/2014 to remove console logging redirection:

"No longer redirecting console output for Firefox in .NET bindings."

Which is the workaround I used in
http://stackoverflow.com/a/20181669/746754. So, it all makes sense.
Anyways, this no longer happens for me, hopefully it will solve it for
others too.

sele...@googlecode.com

unread,
Mar 18, 2014, 7:22:45 AM3/18/14
to selenium-develope...@googlegroups.com

Comment #47 on issue 3719 by ionel...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Issue still reproducing on c# , with Selenium 2.40 , on some specific
elements, in my exemple it is a button that opens a new window, popUp
Window .. any ideea on this one ?

Please also check the screenshot for more details.

Attachments:
WebDriverNoResponseError.jpg 740 KB

sele...@googlecode.com

unread,
Mar 18, 2014, 7:26:38 AM3/18/14
to selenium-develope...@googlegroups.com

Comment #48 on issue 3719 by ionel...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Issue still reproducing on c# , with Selenium 2.40 , on some specific
elements, in my exemple it is a button that opens a new window, popUp
Window .. any ideea on this one ?

Please also check the screenshot for more details.

Attachments:
WebDriverNoResponseError.jpg 708 KB

sele...@googlecode.com

unread,
Mar 18, 2014, 2:55:57 PM3/18/14
to selenium-develope...@googlegroups.com

Comment #49 on issue 3719 by k.kope...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

I have to same problem 100 times every day at the random places of code.

For example show last errors:
OpenQA.Selenium.WebDriverException: The HTTP request to the remote
WebDriver server for URL
http://localhost:55481/session/5b75e908adaab7d93efc61913134a984/execute
timed out after 60 seconds.
OpenQA.Selenium.WebDriverException: The HTTP request to the remote
WebDriver server for URL
http://localhost:49983/session/3ad78e31ea973533d525fa992fed4f24/window
timed out after 60 seconds.
OpenQA.Selenium.WebDriverException: The HTTP request to the remote
WebDriver server for URL
http://localhost:49983/session/3ad78e31ea973533d525fa992fed4f24/source
timed out after 60 seconds.
OpenQA.Selenium.WebDriverException: The HTTP request to the remote
WebDriver server for URL
http://localhost:49983/session/3ad78e31ea973533d525fa992fed4f24/screenshot
timed out after 60 seconds.
OpenQA.Selenium.WebDriverException: The HTTP request to the remote
WebDriver server for URL
http://localhost:56510/session/8d929d84880b12f4254e32b9caf76e41/elements
timed out after 60 seconds.

Using .net 3.5 and 4.0. Compile as x64 or x86. No better difference :(

WebDriver v2.40 and much versions previous
ChromeDriver.exe v2.9 and all previous
Chrome v33 and much versions previous

Every new release does not fix it :(

sele...@googlecode.com

unread,
Mar 20, 2014, 6:04:13 AM3/20/14
to selenium-develope...@googlegroups.com

Comment #50 on issue 3719 by ionel...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

The issue is reproducing both for Selenium 2.40 java and c# , just tested
with java-maven for my app and the same error is throwed on Firrefox and
Chrome, for IE it works with no problem. The element which is causing me
this problem is a button that when you click then a new Window is opened...
Any ideea why is this happening? is Selenium Webdriver bug " The HTTP
request to the remote WebDriver server for URL "?

sele...@googlecode.com

unread,
Mar 20, 2014, 8:13:29 AM3/20/14
to selenium-develope...@googlegroups.com

Comment #51 on issue 3719 by e.leuna2...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Hello.
I have same issue with WebDriver 2.40 and FF

OpenQA.Selenium.WebDriverException: A exception with a null response was
thrown sending an HTTP request to the remote WebDriver server for URL
http://localhost:7056/hub/session/bbc66dba-a306-47af-8e46-75807458de6e/element/%7B2bd11729-6b4e-4613-ab07-d806b3f474f6%7D/attribute/value.
The status of the exception was ConnectFailure, and the message was: Unable
to connect to the remote server ---> System.Net.WebException: Unable to
connect to the remote server ---> System.Net.Sockets.SocketException: Only
one usage of each socket address (protocol/network address/port) is
normally permitted 127.0.0.1:7056
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot,
SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure,
Socket s4, Socket s6, Socket& socket, IPAddress& address,
ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetResponse()
at OpenQA.Selenium.Remote.HttpCommandExecutor.CreateResponse(WebRequest
request)
--- End of inner exception stack trace ---



sele...@googlecode.com

unread,
Mar 26, 2014, 5:52:34 AM3/26/14
to selenium-develope...@googlegroups.com

Comment #52 on issue 3719 by ionel...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

The cause of this error was comming from the SUT ( my System Under Test
) , my application , it is not a Selenium Bug.
The issue is like this : in my application when I reach to that point of
crashing selenium , actually it is a file that is not received in the HTTP
Response/ request, I have found this by investigating with Fiddler tool .
In conclusion in my application in the Http response there is a missing
file that is not found , and Selenium does throw the error : " No response
from server " which is valid error. Actually Selenium helped my found a
very "HardToFOund" bug.
So in conclusing the Error is corect , It is not a Selenium Problem.
You can do the same actions and check with Fiddler is the responses are
Corekt ( 200 Response status ) , or bad (404 response statuses .
For more details , feel free to contact me.

Attachments:
fiddler_imageNotFound.png 292 KB

sele...@googlecode.com

unread,
Mar 26, 2014, 6:08:48 AM3/26/14
to selenium-develope...@googlegroups.com

Comment #53 on issue 3719 by yoss...@etoro.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

But in most cases that his happens on some url, if the server returned 404
isn't the entire page shouldn't load?

Is the resource u got 404 error on, is the exact url you were looking for
or did you tried to navigate to a full url page and only that pic failed to
return?

sele...@googlecode.com

unread,
Mar 26, 2014, 7:16:12 AM3/26/14
to selenium-develope...@googlegroups.com

Comment #54 on issue 3719 by ionel...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

there can be some specific files that come within a http response , in my
case it is an image file that is not found and it is causing
problems,althought the base response is ok , but depends on each case ,
you need to investigate with Fiddler,

sele...@googlecode.com

unread,
Apr 1, 2014, 2:45:32 PM4/1/14
to selenium-develope...@googlegroups.com

Comment #55 on issue 3719 by DanielCh...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

I just wanted to say that, in response to post #42, this issue DOES still
occur in IE. I am using the latest version (2.41.0) of Selenium for C# and
the 32-bit IEDriverServer, and I have found a case in which clicking on a
certain button produces this error ("The HTTP request to the remote
WebDriver server for URL [...] timed out after 60 seconds") 100% of the
time. Unfortunately, this occurs in a web application that isn't publicly
available, but I am currently attempting to create a minimal test case to
share publicly. In the meantime, I at least wanted to point out that the
problem still occurs in IE.

sele...@googlecode.com

unread,
May 26, 2014, 12:28:15 PM5/26/14
to selenium-develope...@googlegroups.com

Comment #56 on issue 3719 by marcellu...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

#55 Hi Daniel,
have you managed to make the test case to reproduce this issue? I am
having this issue in both FF & Chrome (everything in a latest version -
selenium server 2.41, C# binding 2.41, ChromeDriver 2.10, latest version of
chrome & ff). I'd be very grateful if you could post the test case to
Selenium devs to work this out.

Thanks,
Marcel

sele...@googlecode.com

unread,
May 27, 2014, 4:44:19 PM5/27/14
to selenium-develope...@googlegroups.com

Comment #57 on issue 3719 by DanielCh...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Marcel,

Sorry, I was never able to reproduce the issue, despite my best efforts.
This issue came up while I was working with a previous employer;
unfortunately, I no longer have access to that web application. All I can
say is, I suspect that it either had something to do with Classic ASP (the
back end; I don't know much about ASP...), or, more likely, due to the fact
that we were clicking on an element which was located in a frame (and the
element had a Javascript "onclick" attribute). I'm sorry that I was unable
to come up with a test case; I hope that someone else succeeds and the
issue gets resolved.

Daniel

sele...@googlecode.com

unread,
Jun 17, 2014, 12:30:24 PM6/17/14
to selenium-develope...@googlegroups.com

Comment #58 on issue 3719 by k.kope...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

hi, this is crazy.
I put timestamp loging in to my code.
Times in my log not equals with times in chromedriver.log (I convert times
in chromedriver.log from relative times to absolute times)

Different times of call Title method:
By my code at 16.06.2014 00:22:35,030
by chormedriver at 16.06.2014 00:24:40,549


And
Why I dont get exception in navigate method? duration is 3 minutes, by
chromedriver.log

CODE:

private static void TryGoToUrl(IWebDriver driver, string url)
{
Trace trace = new Trace(); // Start trace
try
{
trace.Append("Navigate");
driver.Navigate().GoToUrl(url);

trace.Append("Title");
string title = driver.Title;

trace.Append("Check results");
// TODO
}
catch (Exception ex)
{
trace.Append("End trace");
throw new Exception(String.Format("Exception when TryGoToUrl
(params - url: {0}) {1}", url, trace.ToString()), ex);
}
}

EXCEPTION:

System.Exception: Fast refresh XXX - 187,125 secs --->
XXX.Module.ModuleException: FastRefresh --->
System.Exception: Exception when TryGoToUrl (params - url:
http://www.XXX.com/live/en)
16.06.2014 00:21:35,001 - Start trace
16.06.2014 00:21:35,001 - Navigate
16.06.2014 00:22:35,030 - Title
16.06.2014 00:23:35,048 - End trace
--->
OpenQA.Selenium.WebDriverException: The HTTP request to the remote
WebDriver server for URL
http://localhost:2186/session/736835670a5852c26cce654834cbcb18/title timed
out after 60 seconds. --->
System.Net.WebException: The operation has timed out
at System.Net.HttpWebRequest.GetResponse()
at OpenQA.Selenium.Remote.HttpCommandExecutor.CreateResponse(WebRequest
request)
--- End of inner exception stack trace ---
at OpenQA.Selenium.Remote.HttpCommandExecutor.CreateResponse(WebRequest
request)
at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command
commandToExecute)
at OpenQA.Selenium.Remote.DriverServiceCommandExecutor.Execute(Command
commandToExecute)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String
driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Remote.RemoteWebDriver.get_Title()
at XXX.Common.IWebDriverExtensions.TryGoToUrl(IWebDriver driver, String
url, Int32 attempt)


CHROMEDRIVER LOG:

[16.06.2014 00:21:35,003][INFO]: COMMAND Navigate {
"url": "http://www.betvictor.com/live/en"
}
[16.06.2014 00:21:35,003][INFO]: Waiting for pending navigations...
[16.06.2014 00:21:35,003][INFO]: Done waiting for pending navigations
[16.06.2014 00:21:35,003][DEBUG]: DEVTOOLS COMMAND Page.navigate (id=7371) {
"url": "http://www.betvictor.com/live/en"
}
[16.06.2014 00:21:35,005][DEBUG]: DEVTOOLS RESPONSE Page.navigate (id=7371)
{

}
[16.06.2014 00:21:35,005][DEBUG]: DEVTOOLS COMMAND Runtime.evaluate
(id=7372) {
"expression": "document.URL"
}
[16.06.2014 00:21:35,126][DEBUG]: DEVTOOLS EVENT Console.messageAdded {
"message": {
"column": 10991,
"level": "log",
"line": 13,
"parameters": [ {
"className": "Object",
"description": "Object",
"objectId": "{\"injectedScriptId\":170,\"id\":1}",
"preview": {
"lossless": false,
"overflow": true,
"properties": [ {
"name": "readyState",
"type": "number",
"value": "0"
}, {
"name": "getResponseHeader",
"type": "function",
"value": ""
}, {
"name": "getAllResponseHeaders",
"type": "function",
"value": ""
}, {
"name": "setRequestHeader",
"type": "function",
"value": ""
}, {
"name": "overrideMimeType",
"type": "function",
"value": ""
} ]
},
"type": "object"
} ],
"repeatCount": 1,
"source": "console-api",
"stackTrace": [ {
"columnNumber": 10991,
"functionName": "",
"lineNumber": 13,
"scriptId": "24391",
"url": "http://www.gaming-assets.com/assets/manifests/live-0253aae285d4fd8096cd6f392a981c6d.js"
}, {
"columnNumber": 29270,
"functionName": "fire",
"lineNumber": 2,
"scriptId": "24390",
"url": "http://www.gaming-assets.com/assets/manifests/all-8c93384329d74eb6e76fd207cffd3cfe.js"
}, {
"columnNumber": 30477,
"functionName": "self.fireWith",
"lineNumber": 2,
"scriptId": "24390",
"url": "http://www.gaming-assets.com/assets/manifests/all-8c93384329d74eb6e76fd207cffd3cfe.js"
}, {
"columnNumber": 31209,
"functionName": "done",
"lineNumber": 4,
"scriptId": "24390",
"url": "http://www.gaming-assets.com/assets/manifests/all-8c93384329d74eb6e76fd207cffd3cfe.js"
}, {
"columnNumber": 7428,
"functionName": "callback",
"lineNumber": 5,
"scriptId": "24390",
"url": "http://www.gaming-assets.com/assets/manifests/all-8c93384329d74eb6e76fd207cffd3cfe.js"
} ],
"text": "[object Object]",
"timestamp": 1402870895.223125,
"type": "log",
"url": "http://www.gaming-assets.com/assets/manifests/live-0253aae285d4fd8096cd6f392a981c6d.js"
}
}
[16.06.2014 00:21:35,127][DEBUG]: DEVTOOLS EVENT Page.frameStartedLoading {
"frameId": "3860.1"
}
[16.06.2014 00:21:35,127][DEBUG]: DEVTOOLS RESPONSE Runtime.evaluate
(id=7372) {
"result": {
"type": "string",
"value": "http://www.betvictor.com/live/en#485636200_argentina_v_bosnia_and_herzegovina"
},
"wasThrown": false
}
[16.06.2014 00:21:35,127][INFO]: Waiting for pending navigations...
[16.06.2014 00:24:32,990][DEBUG]: DEVTOOLS EVENT Console.messagesCleared {

}
[16.06.2014 00:24:32,990][DEBUG]: DEVTOOLS EVENT Page.frameNavigated {
"frame": {
"id": "3860.1",
"loaderId": "3860.172",
"mimeType": "text/html",
"securityOrigin": "http://www.betvictor.com",
"url": "http://www.betvictor.com/live/en"
}
}
[16.06.2014 00:24:32,991][DEBUG]: DEVTOOLS EVENT
Runtime.executionContextCreated {
"context": {
"frameId": "3860.1",
"id": 171,
"isPageContext": true,
"name": ""
}
}
[16.06.2014 00:24:33,019][DEBUG]: DEVTOOLS EVENT
Page.frameScheduledNavigation {
"delay": 0,
"frameId": "3860.1"
}
[16.06.2014 00:24:33,019][DEBUG]: DEVTOOLS EVENT Page.loadEventFired {
"timestamp": 1402871073.109
}
[16.06.2014 00:24:33,019][DEBUG]: DEVTOOLS EVENT DOM.documentUpdated {

}
[16.06.2014 00:24:33,019][DEBUG]: DEVTOOLS COMMAND DOM.getDocument
(id=7373) {

}
[16.06.2014 00:24:33,019][DEBUG]: DEVTOOLS EVENT Page.domContentEventFired {
"timestamp": 1402871073.109
}
[16.06.2014 00:24:33,025][DEBUG]: DEVTOOLS EVENT Page.frameStoppedLoading {
"frameId": "3860.1"
}
[16.06.2014 00:24:33,029][DEBUG]: DEVTOOLS EVENT Page.frameStartedLoading {
"frameId": "3860.1"
}
[16.06.2014 00:24:33,030][DEBUG]: DEVTOOLS EVENT
Page.frameClearedScheduledNavigation {
"frameId": "3860.1"
}
[16.06.2014 00:24:33,048][DEBUG]: DEVTOOLS RESPONSE DOM.getDocument
(id=7373) {
"root": {
"baseURL": "http://www.betvictor.com/live/en",
"childNodeCount": 1,
"children": [ {
"attributes": [ ],
"childNodeCount": 2,
"children": [ {
"attributes": [ ],
"childNodeCount": 5,
"localName": "head",
"nodeId": 841,
"nodeName": "HEAD",
"nodeType": 1,
"nodeValue": ""
}, {
"attributes": [ "onload", "test()" ],
"childNodeCount": 1,
"localName": "body",
"nodeId": 842,
"nodeName": "BODY",
"nodeType": 1,
"nodeValue": ""
} ],
"localName": "html",
"nodeId": 840,
"nodeName": "HTML",
"nodeType": 1,
"nodeValue": ""
} ],
"documentURL": "http://www.betvictor.com/live/en",
"localName": "",
"nodeId": 839,
"nodeName": "#document",
"nodeType": 9,
"nodeValue": "",
"xmlVersion": ""
}
}
[16.06.2014 00:24:33,112][DEBUG]: DEVTOOLS EVENT Console.messagesCleared {

}
[16.06.2014 00:24:33,112][DEBUG]: DEVTOOLS EVENT Page.frameNavigated {
"frame": {
"id": "3860.1",
"loaderId": "3860.173",
"mimeType": "text/html",
"securityOrigin": "http://www.betvictor.com",
"url": "http://www.betvictor.com/live/en"
}
}
[16.06.2014 00:24:33,112][DEBUG]: DEVTOOLS EVENT
Runtime.executionContextCreated {
"context": {
"frameId": "3860.1",
"id": 172,
"isPageContext": true,
"name": ""
}
}
[16.06.2014 00:24:33,361][DEBUG]: DEVTOOLS EVENT Console.messageAdded {
"message": {
"column": 0,
"level": "error",
"line": 0,
"networkRequestId": "3860.21173",
"repeatCount": 1,
"source": "network",
"text": "Failed to load resource: the server responded with a status
of 404 (Not Found)",
"timestamp": 1402871073.47,
"type": "log",
"url": "http://www.gaming-assets.com/images/original/missing.png"
}
}
[16.06.2014 00:24:36,142][DEBUG]: DEVTOOLS EVENT DOM.documentUpdated {

}
[16.06.2014 00:24:36,143][DEBUG]: DEVTOOLS COMMAND DOM.getDocument
(id=7374) {

}
[16.06.2014 00:24:36,143][DEBUG]: DEVTOOLS EVENT Page.domContentEventFired {
"timestamp": 1402871076.245
}
[16.06.2014 00:24:36,230][DEBUG]: DEVTOOLS EVENT Console.messageAdded {
"message": {
"column": 0,
"level": "error",
"line": 0,
"networkRequestId": "3860.21189",
"repeatCount": 1,
"source": "network",
"text": "Failed to load resource: the server responded with a status
of 404 (Not Found)",
"timestamp": 1402871076.309,
"type": "log",
"url": "http://www.gaming-assets.com/images/original/missing.png"
}
}
[16.06.2014 00:24:36,230][DEBUG]: DEVTOOLS EVENT Console.messageAdded {
"message": {
"column": 0,
"level": "error",
"line": 0,
"networkRequestId": "3860.21191",
"repeatCount": 1,
"source": "network",
"text": "Failed to load resource: the server responded with a status
of 404 (Not Found)",
"timestamp": 1402871076.315,
"type": "log",
"url": "http://www.gaming-assets.com/attachments/original/missing.png"
}
}
[16.06.2014 00:24:39,611][DEBUG]: DEVTOOLS RESPONSE DOM.getDocument
(id=7374) {
"root": {
"baseURL": "http://www.betvictor.com/live/en",
"childNodeCount": 2,
"children": [ {
"internalSubset": "",
"localName": "",
"nodeId": 844,
"nodeName": "html",
"nodeType": 10,
"nodeValue": "",
"publicId": "",
"systemId": ""
}, {
"attributes":
[ "lang", "en", "ng-app", "Zaynar", "class", "ng-scope" ],
"childNodeCount": 2,
"children": [ {
"attributes": [ ],
"childNodeCount": 22,
"localName": "head",
"nodeId": 846,
"nodeName": "HEAD",
"nodeType": 1,
"nodeValue": ""
}, {
"attributes":
[ "class", " ", "data-allow-utf8", "false", "data-lang", "en-gb", "data-pop-in-upgrade-browser", "false", "data-site", "live", "ontouchmove", "BlockMove(event)", "style", ""
],
"childNodeCount": 8,
"localName": "body",
"nodeId": 847,
"nodeName": "BODY",
"nodeType": 1,
"nodeValue": ""
} ],
"localName": "html",
"nodeId": 845,
"nodeName": "HTML",
"nodeType": 1,
"nodeValue": ""
} ],
"documentURL": "http://www.betvictor.com/live/en#485636200_argentina_v_bosnia_and_herzegovina",
"localName": "",
"nodeId": 843,
"nodeName": "#document",
"nodeType": 9,
"nodeValue": "",
"xmlVersion": ""
}
}
[16.06.2014 00:24:39,927][DEBUG]: DEVTOOLS EVENT DOM.childNodeCountUpdated {
"childNodeCount": 9,
"nodeId": 847
}
[16.06.2014 00:24:39,928][DEBUG]: DEVTOOLS EVENT DOM.childNodeCountUpdated {
"childNodeCount": 10,
"nodeId": 847
}
[16.06.2014 00:24:39,951][DEBUG]: DEVTOOLS EVENT DOM.childNodeCountUpdated {
"childNodeCount": 11,
"nodeId": 847
}
[16.06.2014 00:24:40,539][DEBUG]: DEVTOOLS EVENT Page.loadEventFired {
"timestamp": 1402871080.633
}
[16.06.2014 00:24:40,549][DEBUG]: DEVTOOLS EVENT Page.frameStoppedLoading {
"frameId": "3860.1"
}
[16.06.2014 00:24:40,549][INFO]: Done waiting for pending navigations
[16.06.2014 00:24:40,549][INFO]: RESPONSE Navigate
[16.06.2014 00:24:40,549][INFO]: COMMAND GetTitle {

}
[16.06.2014 00:24:40,549][INFO]: Waiting for pending navigations...
[16.06.2014 00:24:40,549][INFO]: Done waiting for pending navigations
[16.06.2014 00:24:40,550][DEBUG]: DEVTOOLS COMMAND Runtime.evaluate
(id=7375) {
"expression": "(function() { // Copyright (c) 2012 The Chromium Authors.
All rights reserved.\n// Use of this source code is governed by a BSD-style
license that can be\n// found in the LICENSE file.\n\n/**\n * Enum f...",
"returnByValue": true
}
[16.06.2014 00:24:40,632][DEBUG]: DEVTOOLS RESPONSE Runtime.evaluate
(id=7375) {
"result": {
"type": "object",
"value": {
"status": 0,
"value": "Live In-Play Sports Betting - BetVictor"
}
},
"wasThrown": false
}
[16.06.2014 00:24:40,632][INFO]: Waiting for pending navigations...
[16.06.2014 00:24:40,632][INFO]: Done waiting for pending navigations
[16.06.2014 00:24:40,632][INFO]: RESPONSE GetTitle "Live In-Play Sports
Betting - BetVictor"

sele...@googlecode.com

unread,
Jul 25, 2014, 5:24:27 AM7/25/14
to selenium-develope...@googlegroups.com

Comment #59 on issue 3719 by morg...@mail.ru:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Can you try to run your test on virtual machine?

sele...@googlecode.com

unread,
Jul 30, 2014, 3:31:39 PM7/30/14
to selenium-develope...@googlegroups.com

Comment #60 on issue 3719 by mainepar...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

I'm running my own tests on a virtual machine using Hyper-V.

The program crashes here all the time:

OpenQA.Selenium.Proxy proxy = new Proxy();
proxy.HttpProxy = "127.0.0.1:8877";

var options = new ChromeOptions();
options.Proxy = proxy;

return new ChromeDriver(options);

and the output is this:
OpenQA.Selenium.WebDriverException occurred
HResult=-2146233088
Message=The HTTP request to the remote WebDriver server for URL
http://localhost:1506/session timed out after 60 seconds.
Source=WebDriver
StackTrace:
at
OpenQA.Selenium.Remote.HttpCommandExecutor.CreateResponse(WebRequest
request)
at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command
commandToExecute)
at
OpenQA.Selenium.Remote.DriverServiceCommandExecutor.Execute(Command
commandToExecute)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String
driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Remote.RemoteWebDriver.StartSession(ICapabilities
desiredCapabilities)
at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(ICommandExecutor
commandExecutor, ICapabilities desiredCapabilities)
at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService
service, ChromeOptions options, TimeSpan commandTimeout)
at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeOptions options)

sele...@googlecode.com

unread,
Jul 30, 2014, 5:16:38 PM7/30/14
to selenium-develope...@googlegroups.com

Comment #61 on issue 3719 by mainepar...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
http://code.google.com/p/selenium/issues/detail?id=3719

Okay I ran the same tests on another VM and they worked - I'm assuming
there's an issue with the firewall here, specifically there's a popup
window that comes up right after you run the tests for the very very first
time, I can't remember what it said now though, something about vstest...

sele...@googlecode.com

unread,
Oct 22, 2014, 7:59:00 AM10/22/14
to selenium-develope...@googlegroups.com

Comment #62 on issue 3719 by dctinma...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
https://code.google.com/p/selenium/issues/detail?id=3719

Hi all,

I'm also getting this error from time to time. I was not able to find out
where the problem is but what I can tell for sure is that once we encounter
this we can't run tests against the nodes unless we restart them.

We built a library for testing, basically a wrapper over Selenium with some
other functionality the we found useful. We also open sourced the library:
https://github.com/AutoScout24/SeleniumTestLibrary

As I said, once the problem appears we must restart the java processes that
start the nodes. What is also interesting is that the problem appears while
tests are running. That is, from 200 tests, let's say, some will pass and
some will not.

As the nodes are useless once the problem appears and after some googleing,
I suspect that in my case there's a lock happening somewhere. The library
that we are using is reading the output file and almost instantly it
continues with the next test suite, so basically new request that can be on
the same URI as the last one used. The last change that we did and we are
currently testing, is to continue with the testing only after we are done
reading the output file. We don't know yet whether this fixed our problem
or not. Test is in progress.

Do you have a similar scenario? Can you reuse, retry the request once the
problem appears or not? Maybe this is relevant, maybe not, but at least we
know something more.

Hope this helps!
Mario.

sele...@googlecode.com

unread,
Oct 27, 2014, 9:38:51 AM10/27/14
to selenium-develope...@googlegroups.com

Comment #63 on issue 3719 by dkamin...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
https://code.google.com/p/selenium/issues/detail?id=3719

Hi,

I found the following facts in my testing. If I run the test and the
browser window is visible, i.e. from the IDE or using a batch file it works
fine. As soon as I run the task in automated mode through a task then the
test will not work. This happens using either FF or Chrome drivers. You can
verify this by trying this page
https://www.horizonutilities.com/pages/login.aspx

Using the chrome driver i get the following error. Chrome doesn't even load
this page
Exeption: WebDriver The HTTP request to the remote WebDriver server for URL
http://localhost:65315/session/337172c9e02776077b2025d9aa16cf80/element
timed out after 60 seconds. ---------------

With the FF driver I get the following error
Exeption: WebDriver [JavaScript
Error: "a.document.getElementsByTagName(...)[0].getButton is not a
function"
{file: "file:///C:/Users/electrocrawler/AppData/Local/Temp/anonymous.6b519c69a3894ef9af8de966e29bc542.webdriver-profile/extensions/fxdr...@googlecode.com/components/command-processor.js"
line: 8877}]'[JavaScript
Error: "a.document.getElementsByTagName(...)[0].getButton is not a
function"
{file: "file:///C:/Users/electrocrawler/AppData/Local/Temp/anonymous.6b519c69a3894ef9af8de966e29bc542.webdriver-profile/extensions/fxdr...@googlecode.com/components/command-processor.js"
line: 8877}]' when calling method: [nsICommandProcessor::execute]
---------------


Again, this error will only happen when the test runs hidden, i.e. the
browser window not visible, otherwise it works fine.

I run the hidden tasks using Windows Task Manager with the option to 'run
the task whether the user is logged on or not'. It fails every time with
this option. Switching to 'run only when the user is logged on', works fine
every time.

Daniel

sele...@googlecode.com

unread,
Oct 27, 2014, 12:27:25 PM10/27/14
to selenium-develope...@googlegroups.com

Comment #64 on issue 3719 by dctinma...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
https://code.google.com/p/selenium/issues/detail?id=3719

Hi,

I can confirm Daniel's findings.
When I start the Selenium clients in a background process I get the error
mentioned. If the processes run in foreground everything is fine.

I also find out that version 36 from Chrome doesn't have this problem and
so I downgraded to this version. Now the tests run fine but not with the
latest version.

Mario.

sele...@googlecode.com

unread,
Oct 27, 2014, 12:28:46 PM10/27/14
to selenium-develope...@googlegroups.com

Comment #65 on issue 3719 by dctinma...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
https://code.google.com/p/selenium/issues/detail?id=3719

One more thing: I use the latest binaries available at the moment for
Selenium and Chrome Driver.

sele...@googlecode.com

unread,
Oct 28, 2014, 12:25:13 AM10/28/14
to selenium-develope...@googlegroups.com

Comment #66 on issue 3719 by andrew.d...@solcada.com:
OpenQA.Selenium.WebDriverException : No response from server for url
https://code.google.com/p/selenium/issues/detail?id=3719

My workaround is to fire up a chromedriver.exe in session and call it using
remotedriver on http://localhost:9515

This will work even if the user has disconnected from the remote terminal
(but the session is still active).

sele...@googlecode.com

unread,
Nov 2, 2014, 4:25:29 PM11/2/14
to selenium-develope...@googlegroups.com

Comment #67 on issue 3719 by dkamin...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
https://code.google.com/p/selenium/issues/detail?id=3719

Andrew.d, Could you explain in more detail how to use your workaround?

sele...@googlecode.com

unread,
Nov 4, 2014, 12:58:27 PM11/4/14
to selenium-develope...@googlegroups.com
Updates:
Status: Invalid

Comment #68 on issue 3719 by barancev: OpenQA.Selenium.WebDriverException :
Closing the issue as it is related to old version of chromedriver.
If the issue is still actual raise an issue on the chromedriver tracker [1]
and profice a reproduction case (if possible)

[1] https://sites.google.com/a/chromium.org/chromedriver/help

sele...@googlecode.com

unread,
Nov 4, 2014, 2:10:04 PM11/4/14
to selenium-develope...@googlegroups.com

Comment #69 on issue 3719 by dkamin...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
https://code.google.com/p/selenium/issues/detail?id=3719

Actually this is happening with the latest chrome or firefox driver
distributed with Selenium 2.43.

For example this page will not open when running selenium in a background
thread.
http://www.blueskysailing.org/comprehensive-weather

also this one

https://www.horizonutilities.com/pages/login.aspx

as explain my my earlier post.

Please keep this issue open and hopefully a resolution can be found

Thanks,
Daniel

sele...@googlecode.com

unread,
Nov 4, 2014, 2:41:31 PM11/4/14
to selenium-develope...@googlegroups.com

Comment #70 on issue 3719 by barancev: OpenQA.Selenium.WebDriverException :
chromedriver is a separate project that has its own tracker (as stated
above), please report the issue there.

Also you should not expect a browser to work in headless environment (with
no GUI).

sele...@googlecode.com

unread,
Nov 4, 2014, 4:19:13 PM11/4/14
to selenium-develope...@googlegroups.com

Comment #71 on issue 3719 by dkamin...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
https://code.google.com/p/selenium/issues/detail?id=3719

This issue affects both chrome driver and firefox driver. Out of 10 or so
automated testing sites that I support, 8 of them work great when running
in a background task, but the 2 sites I mention, will not. I am unable to
understand why these site will only work in an active session while the
rest will work well either way.

Thanks,

sele...@googlecode.com

unread,
Nov 4, 2014, 4:27:34 PM11/4/14
to selenium-develope...@googlegroups.com

Comment #72 on issue 3719 by barancev: OpenQA.Selenium.WebDriverException :
Write to the browser's issue tracker and request them to implement ability
to work without GUI :)

Or use headless browsers like PhantomJS. Or use xvfb to provide GUI. Or
setup a virtual lab with real GUI sessions to run browsers in.

sele...@googlecode.com

unread,
Nov 4, 2014, 8:35:40 PM11/4/14
to selenium-develope...@googlegroups.com

Comment #73 on issue 3719 by dkamin...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
https://code.google.com/p/selenium/issues/detail?id=3719

Thanks for the suggestions. I am not familiar with any of them. I will do
some research and see what I can find, but if you do have some links or
resources that could help I will really appreciated.

sele...@googlecode.com

unread,
Nov 7, 2014, 9:32:30 AM11/7/14
to selenium-develope...@googlegroups.com

Comment #74 on issue 3719 by zentilto...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
https://code.google.com/p/selenium/issues/detail?id=3719

If it can help people here.

I had the same problem with error messages like :
error: The HTTP request to the remote WebDriver server for URL
http://localhost:62966/session/47a49deeba88be7092a9c435bd4c903e/window/current/maximize
timed out after 60 seconds

I had them only with chromeDriver (2.12) and on my CI server (Windows
2012R2, CruiseControl.NET used as a Windows Service).
If I ran the tests locally I had no problem. I had no problem on the CI
Server with a graphic User Session too.

I think this is caused by request being sent too early to the driver, the
driver does not catch them and they are lost for everyone.

I work around this issue by using the ChromeDriverService and
RemoteWebDriver. Either instanciated outside the code or within the code
before any test is run works fine. You'll see examples at the end of
https://sites.google.com/a/chromium.org/chromedriver/getting-started

Hope this helps.
Benjamin

sele...@googlecode.com

unread,
Nov 7, 2014, 9:33:31 AM11/7/14
to selenium-develope...@googlegroups.com

Comment #75 on issue 3719 by benja...@paradisia.net:

sele...@googlecode.com

unread,
Nov 16, 2014, 5:27:56 PM11/16/14
to selenium-develope...@googlegroups.com

Comment #76 on issue 3719 by Andrew.D...@mysteryshoppa.com:
OpenQA.Selenium.WebDriverException : No response from server for url
https://code.google.com/p/selenium/issues/detail?id=3719

To elaborate.

Remote (RDP) on to your server.

Execute ChromeDriver.exe, it will open on port 9515.

Run your tests with Nunit (jenkins / teamcity agent)

The tests will open and run as long as there is a RDP session connected.

Its definitely not a glamorous solution, but it resolves the issue.

sele...@googlecode.com

unread,
Nov 16, 2014, 5:28:07 PM11/16/14
to selenium-develope...@googlegroups.com

Comment #77 on issue 3719 by andrew.d...@solcada.com:

sele...@googlecode.com

unread,
Feb 22, 2015, 3:01:30 PM2/22/15
to selenium-develope...@googlegroups.com

Comment #78 on issue 3719 by ale...@appgear.ca:
OpenQA.Selenium.WebDriverException : No response from server for url
https://code.google.com/p/selenium/issues/detail?id=3719

OpenQA.Selenium.WebDriverException : A exception with a null response was
thrown sending an HTTP request to the remote WebDriver server for URL
http://localhost:61473/session/dcc1b5efbc9f55b952fce4e60dfb9033/element/0.21111953747458756-582/name.
The status of the exception was ConnectFailure, and the message was: Unable
to connect to remote server
----> System.Net.WebException : Unable to connect to remote server
----> System.Net.Sockets.SocketException : An operation on a socket could
not be performed because the system lacked sufficient buffer space or
because a queue was full 127.0.0.1:61473


<package id="Selenium.Support" version="2.44.0" targetFramework="net45" />
<package id="Selenium.WebDriver" version="2.44.0" targetFramework="net45" />
<package id="Selenium.WebDriver.ChromeDriver" version="2.13.0.0"
targetFramework="net45" />

In single test there is no exception.
In series of tests it throws the exception in 5th test (~ 2 minutes from
start tests). All next tests will fail.

Each test have a loop in webDriver.FindElements() with ~500 IWebElement and
call ((IJavaScriptExecutor)webDriver).ExecuteScript for part of them

I hope this information help to reproduce the problem.

sele...@googlecode.com

unread,
Mar 15, 2015, 8:12:13 AM3/15/15
to selenium-develope...@googlegroups.com

Comment #79 on issue 3719 by ewe...@gmail.com:
OpenQA.Selenium.WebDriverException : No response from server for url
https://code.google.com/p/selenium/issues/detail?id=3719

Hi All

I've been getting the same issue. I tried a suggested solution here to run
RemoteWebDriver pointing to an Uri. My client application couldn't connect
to the chromedriver.exe I've started and fails with...

"socket could not be performed because the system lacked sufficient buffer
space or because a queue was full"

This seems to be an issue with TCP/IP port exhaustion or am I barking up
the wrong tree?
Reply all
Reply to author
Forward
0 new messages