You can drive a real browser using Selenium (Test::WWW::Selenium) (which
supports quite a few) or something like WWW::Mechanize::Firefox.  These
require a bit more work than a simple mechanize script (for Selenium, you
need a java-based driver running, and WWW::Mechanize::Firefox requires
firefox with a specific plugin installed) but you still code in perl.  I've
had great luck with older versions of Selenium (haven't tried anything
recent) for testing Firefox and IE.


On Fri, Feb 24, 2012 at 12:06 PM, Yitzchak Scott-Thoennes <
[email protected]> wrote:

>
> http://search.cpan.org/dist/WWW-Mechanize/lib/WWW/Mechanize/FAQ.pod#JavaScript
>
> In particular,
>
>
> http://search.cpan.org/dist/WWW-Mechanize/lib/WWW/Mechanize/FAQ.pod#Which_modules_work_like_Mechanize_and_have_JavaScript_support%3F
> _____________________________________________________________
> Seattle Perl Users Group Mailing List
>     POST TO: [email protected]
> SUBSCRIPTION: http://mail.pm.org/mailman/listinfo/spug-list
>    MEETINGS: 3rd Tuesdays
>    WEB PAGE: http://seattleperl.org/
>
_____________________________________________________________
Seattle Perl Users Group Mailing List
     POST TO: [email protected]
SUBSCRIPTION: http://mail.pm.org/mailman/listinfo/spug-list
    MEETINGS: 3rd Tuesdays
    WEB PAGE: http://seattleperl.org/

Reply via email to