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

Have you checked whether that page uses Javascript? WWW::Mechanize does not support Javascript.

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

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

    It does. But the code is in different files. I dont know what to make of it all. Is there a similar module that has support for Javascript? All i have to do is pass a value and simulate a button click it appears.

        I use Firefox so ill start with that, ty.

        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?