dneedles has asked for the wisdom of the Perl Monks concerning the following question:

I stumbled across this module. Does anyone have any experience with it or working examples that prove it out?

(Before I delve too deeply given WWW::Mechanize::FAQ states that no working JavaScript modules exist - and if they did the FAQ would be updated.
  • Comment on Working examples with WWW-Scripter-Plugin-JavaScript?

Replies are listed 'Best First'.
Re: Working examples with WWW-Scripter-Plugin-JavaScript?
by Khen1950fx (Canon) on Feb 06, 2010 at 22:33 UTC
    WWW::Scripter::Plugin::JavaScript is still relatively new, having been released Oct. 25, 2009. This is one of those instances where you'll need to prove it out and maybe post the results with any questions here.

    I haven't had any need to use it, so I don't have an example for you; although there is one "little" bug that I noticed. Per the documentation:

    There is currently no system in place for preventing pages from different sites from communicating with each other.

      Thanks. I was pretty sure that was the case. I'll muck around with it a little.
Re: Working examples with WWW-Scripter-Plugin-JavaScript?
by planetscape (Chancellor) on Feb 07, 2010 at 19:01 UTC
Re: Working examples with WWW-Scripter-Plugin-JavaScript?
by shagbark (Acolyte) on Jul 14, 2012 at 15:18 UTC
    It's now 2012, and I can still find no examples of how to use WWW::Scripter::Plugin::Javascript. The documentation on cpan is not sufficient.

      It's now 2012, and I can still find no examples of how to use WWW::Scripter::Plugin::Javascript. The documentation on cpan is not sufficient.

      So look at the examples (test suite)?

        Is there any way to turn of javascript checking, i'm getting a lot of errors and it's slowing my parsing a lot?