in reply to Working examples with WWW-Scripter-Plugin-JavaScript?

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.
  • Comment on Re: Working examples with WWW-Scripter-Plugin-JavaScript?

Replies are listed 'Best First'.
Re^2: Working examples with WWW-Scripter-Plugin-JavaScript?
by Anonymous Monk on Jul 15, 2012 at 05:59 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.

    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?

        What do you mean by "Javascript checking", and what kind of errors do you get? Maybe you don't want to handle Javascript at all?

        getting errors like : "SyntaxError: Expected identifier but found '5)*a+b}},t' at line 1." "ReferenceError: The variable jQuery has not been declared at" "ReferenceError: The variable $ has not been declared at" i need javascript, tried without it and it won't work