patricklee has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to run a automated test in IE 8 with Perl and Selenium RC. The Selenium RC server is freezes up at this point: (1 0:59:57.675 INFO - Launching Internet Explorer HTA...) and then locks up.
At the Perl prompt I get the Error message: (Error requesting http://localhost:4444/selenium-server/driver/: 500 read timeout # Looks like your test exited with 255 before it could output anything.
The browser does open up but the test site does not launch. Has anyone every experience this problem. (Fire Fox runs great I am only having the problem in iexplore 8
Selenium RC Server command: java -jar selenium-server.jar
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl & Selenium RC unable to lunch test site in iexplore 8
by wjw (Priest) on Jan 27, 2011 at 19:27 UTC | |
|
Re: Perl & Selenium RC unable to lunch test site in iexplore 8
by bart (Canon) on Jan 28, 2011 at 08:26 UTC | |
by patricklee (Novice) on Jan 29, 2011 at 08:14 UTC | |
|
Re: Perl & Selenium RC unable to lunch test site in iexplore 8
by Your Mother (Archbishop) on Jan 28, 2011 at 14:56 UTC | |
by patricklee (Novice) on Feb 02, 2011 at 21:40 UTC | |
by Your Mother (Archbishop) on Feb 02, 2011 at 22:07 UTC |