14 Replies Last post: Jan 7, 2009 8:32 AM by demiurg  
demiurg Beginner 37 posts since
Dec 26, 2008
Currently Being Moderated

Jan 7, 2009 8:31 AM

open() times out in iexploreproxy mode

Sorry for offtopic, but I cannot find a way to report in issue in JIRA !

 

It's about open() method which times out on certain websites (for instance www.myspace.com and www.yandex.ru) even though the page appears fully loaded. It happens even if increase the timeout to 60s.

 

Update:

I changed the topic to reflect the more important issue discussed in this thread. Initially it was about me not being able to find a "create new issue" link in on the QA page, which turned out to be some obsucre bug (?) in the web site,  equiring me to log in twice.

 

Suggestion - adding "loging to create a new issue" message would be very helpful.

 

Currently the issue can be summarized as follows:

  • Its effectively impossible to use CaptureEntirePageScreenshot on a few sites, www.myspace.com and www.yahdex.ru to name a few
  • CaptureEntirePageScreenshot works in iexploreproxy mode only
  • open() times out (on these websites), unless it is used in iehta mode
Amit Expert 196 posts since
Apr 26, 2006
Currently Being Moderated
1. Jan 4, 2009 11:36 PM in response to: demiurg
Re: reporting an issue

Please use the waitForPageLoad() method after the open method

 

Thanks

-Amit

gim_h Almighty 736 posts since
Oct 17, 2007
Currently Being Moderated
3. Jan 5, 2009 4:22 AM in response to: demiurg
Re: reporting an issue

i can't reproduce your issue in both websites at my selenium IDE.

Amit Expert 196 posts since
Apr 26, 2006
Currently Being Moderated
6. Jan 5, 2009 11:32 PM in response to: demiurg
Re: reporting an issue

Would you please share your code with us ?

 

and what are the steps you followed to execute the script ?

 

Thanks

-Amit

gim_h Almighty 736 posts since
Oct 17, 2007
Currently Being Moderated
7. Jan 6, 2009 12:28 AM in response to: demiurg
Re: reporting an issue

i can successfully open those two websits in iehta mode. can you elaborate your envronment, such as selenium version, OS, borwser proxy etc.

you can file a bug in http://jira.openqa.org/secure/Dashboard.jspa.  but before doing that, double check this issue has nothing to with your special environment and can be repeatable in other computers.

gim_h Almighty 736 posts since
Oct 17, 2007
Currently Being Moderated
9. Jan 7, 2009 2:13 AM in response to: demiurg
Re: reporting an issue

i think your problem is caused by useing the selenium proxy, you'd better use *iehta.

 

 

for submitting an issue, you could find "Open Issues" link user the selenium rc project.

gim_h Almighty 736 posts since
Oct 17, 2007
Currently Being Moderated
11. Jan 7, 2009 5:21 AM in response to: demiurg
Re: reporting an issue

yes, CaptureEntirePageScreenshot only supports firefox, you can not use it in IE. the api docuemnt has said that.

gim_h Almighty 736 posts since
Oct 17, 2007
Currently Being Moderated
13. Jan 7, 2009 8:21 AM in response to: demiurg
Re: reporting an issue

thank you for correcting me. i have chcke the latest code http://svn.openqa.org/fisheye/browse/selenium/trunk/src/main/resources/core/scripts/selenium-api.js?r=2313

now i have the same question with you, why can't iehta or iexplore use this command?

More Like This

  • Retrieving data ...