in reply to JavaScript Plugin in www::Mechanize

As you were already told when you asked the same question in the chat, WWW::Mechanize does not support Javascript, just like the error message says.

Also, in the chat, you were pointed towards:

Typing "WWW::Mechanize Javascript into the "Search" box on this site yields many more informative posts about the topic.

Updated link as per ikegami's reply below

  • Comment on Re: JavaScript Plugin in www::Mechanize

Replies are listed 'Best First'.
Re^2: JavaScript Plugin in www::Mechanize
by ikegami (Patriarch) on Sep 08, 2009 at 17:22 UTC
      Hi,


      I installed WWW::Mechanize::Plugin::Javascript and included in "use_plugin('JavaScript'); " in my code. But then, the program throws an error "use_plugin" object can't be found in WWW::Mechanize. Is there any way to circumvent this issue.


      Thanks