Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

IE 8 n items remaining no response from the server issue #3384

Closed
lukeis opened this issue Mar 3, 2016 · 12 comments
Closed

IE 8 n items remaining no response from the server issue #3384

lukeis opened this issue Mar 3, 2016 · 12 comments

Comments

@lukeis
Copy link
Member

lukeis commented Mar 3, 2016

Originally reported on Google Code with ID 3384

I am having this issue with when testing a website. the details are as 
follows: 


OS: Windows 7 64 bit 
IE: v 8 
Selenium DotNET driver v 2.16.0 


Here are some of the observations: 
1. When this site is opend using the Webdriver it always shows 1 item 
remaining (downloading picture about:blank) in the IE status bar 
though the page is actually completely downloaded and ready for use. 
And subsequent operations (find element etc) throws a no response from 
server 


2. When the same site is opened directly(manually) in IE8 it does not 
demonstrate this behaviour 
If the cache is cleared then this works fine once as soon as he cache 
is cleared and fails the next time 


3. I have used fiddler to check for issues and there seems to be no 
issues in downloading resources exceppt for couple of 404 errors 


4. All required domains are in the trusted sites 


5. This issue does not appear in IE9 on windows 7 64 bit or IE8 on 
Windows XP 


I am at a loss and completely stuck because of this Please help 

Unfortunately I am not able to provide the HTML source at this point as I have to take
many permissions before I do it. I will try and provide one sooon

Reported by reachnattu on 2012-02-16 13:20:47

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

Reported by barancev on 2012-05-11 16:55:14

  • Labels added: Component-WebDriver, Browser-IE

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

Reported by nirvdrum on 2012-12-02 00:42:22

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

I am having the same problem. Is there a work around available?

Reported by edwin.nous on 2013-02-07 09:24:41

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

Found once information on the net, that this could be caused by some transparent images
used on the site.

The only work around I found so far is to disable downloading/showing images in IE8.


After doing that tests are running fine now.

Reported by marcin.hawraniak on 2013-02-09 21:07:02

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

I have the same issue.

There seems to be an issue with the IE standalone server (IEDriverServer.exe) because
I can use version 2.25.0 and the issue does not occur.  However, using the latest version
(2.32.3.0) and some what older version (2.29.0.0) the issue occurs.

Reported by dneill.thindata on 2013-04-18 18:25:41

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

Hi!

Could you provide public URL at which problem occurs?

Also please run IEdriver with TRACE log level and attach generated log file to the
issue.

As workaround you coud use something like (in python):
-------------------------------------
driver.set_load_timeout(15)
try:
  driver.get()
except Exception as e:
  pass
-------------------------------------
so after URL loading is timed out you ignore exception and continue work.

Reported by a.u.savchuk on 2013-05-03 07:34:06

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

Reported by barancev on 2013-05-03 07:54:16

  • Status changed: NeedsClarification

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

i am building a generic tool where i see this issue. if i give a timeout it would affect
other web pages. need to know a solution for this issue. is there any workaround  
for this.

Reported by djdinesh90 on 2013-05-28 09:50:10

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

I have the same problem with "1 item remaining Downloading picture about: blank" (webdriver
versions 2.31, 32, 33, 34, 35 and IEDriverServer 2.31, 32, 33, 34, 45). Windows 7,
64-bit.
I can not use the workaround #7, because in my case this is a login page and it is
not loaded properly, webdriver can not continue to work with page and browser when
such "1 item remaining" issue takes place.
 Please help, any ideas? Because I can only disable images in IE8 and it helps. 


Reported by mysakovych on 2013-08-13 14:43:44

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

Closing the issue as there is no reproduction case provided.

Reported by barancev on 2013-10-29 23:05:19

  • Status changed: Invalid

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

I have the same issue.

Just take the website : http://www.dalloz-avocats.fr/
and display the site.

"1 item remaining Downloading picture about: blank" with the given IEDriver given below


Reported by eudes.elie on 2015-01-08 08:29:28

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

Reported by luke.semerau on 2015-09-17 18:14:48

  • Labels added: Restrict-AddIssueComment-Commit

@lukeis lukeis closed this as completed Mar 3, 2016
@SeleniumHQ SeleniumHQ locked and limited conversation to collaborators Mar 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant