in reply to Re^3: using WWW::Mechanize to adress fields
in thread using WWW::Mechanize to adress fields

A search on CPAN for WWW Mechanize Javascript turns up:

  1. WWW::Mechanize::Plugin::JavaScript
  2. WWW::Mechanize::Firefox
  3. WWW::Mechanize::PhantomJS

You may also want to look at

  • Comment on Re^4: using WWW::Mechanize to adress fields

Replies are listed 'Best First'.
Re^5: using WWW::Mechanize to adress fields
by Anonymous Monk on Jun 13, 2014 at 08:58 UTC

    I use Firefox so ill start with that, ty.

Re^5: using WWW::Mechanize to adress fields
by Anonymous Monk on Jun 13, 2014 at 10:58 UTC

    I use the perl package manager and from those modules you mentioned i can only download WWW:Scripter. But i have the following error: Can't locate WWW/Scripter/Plugin/Javascript.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib .) at C:/Perl/site/lib/WWW/Scripter.pm line 1148. So i tried downloading WWW::Scripter::Plugin::JavaScript via the cpan shell but it doesnt work. What can i do now?

      In what way does it not work?

        It wont install:

        make test had returned bad status, won't install without force Failed during this command: SPROUT/JE-0.060.tar.gz : make_test NO SPROUT/WWW-Scripter-Plugin-JavaScript-0.008a.tar.gz: make_test NO 2 dependencies missing (JE,JE::Destroyer); additionally test harness failed

        Can you tell me what is the problem and how i can resolve this?