Luke,
I got the environment up and running that I was using to test this. It
looks good to me. I was able to successfully run my own tests and the
tests in the t/ folder without any problems.
The MANIFEST file may need to be updated as it may be the cause of some
warnings while running perl Makefile.PL
Thanks,
Gordon
On Tue Oct 13 23:46:20 2009, LUKEC wrote:
Show quoted text> On Mon Sep 28 10:47:43 2009, gordon@cpanel.net wrote:
> > While doing some testing on pages that take a long time to load, I
> > changed the timeout to be 9999999 using WWW::Selenium->set_timeout.
> > However, when I make a call to wait_for_page_to_load() LWP::UserAgent
> > times out after 180 seconds.
> >
> > It seems to me that when set_timeout is called, a value should also be
> > stored in WWW::Selenium so that when a UserAgent object is created, it
> > should also have a similar timeout value.
>
>
> Hello Gordon,
>
> I've made some changes so that set_timeout() and other commands that set
> a timeout will have that timeout respected by the UserAgent.
>
> Would you be interested in testing this before I push it to CPAN?
>
> The code is here:
> *
http://github.com/lukec/cpan-selenium-rc-perl
>
> Cheers,
> Luke