in reply to Re: Automating website navigation
in thread Automating website navigation

I have installed WWW::Mechanize::Firefox package but while running the sample code. I am getting error "Failed to connect to , problem connecting to "localhost", port 4242: No connecti on could be made because the target machine actively refused it. at C:/Perl/site /lib/MozRepl/Client.pm line 144". Moreover it seems I am unable to start mozrepl in Firefox 20.0.1. Can you please suggest where I am getting it wrong. Thanks

Replies are listed 'Best First'.
Re^3: Automating website navigation
by Corion (Patriarch) on May 06, 2013 at 12:54 UTC
Re^3: Automating website navigation
by samir_gambler (Novice) on May 06, 2013 at 16:26 UTC
    Finally I got it working. It was the issue with mozrepl in Firefox 20.0.1. I downgraded my firefox to 19 and its working fine... Thanks for your help...