in reply to Re: Seek Perl equivalent to DOM Inspector
in thread Seek Perl equivalent to DOM Inspector

Suggestions?

:) Get serious?

$scripter->use_plugin("JavaScript"); my $doc = $scripter->document(); say STDERR Dumper $doc; __END__ Can't call method "use_plugin" on an undefined value at - line 1.

Even if I were to fill in the missing blanks from that code snippet, all the html/javascript/website stuff is bogus too

Maybe all you need is WWW::Scripter::Plugin::Ajax but I wouldn't be surprised if that doesn't fix anything :) writing a DOM+JS is tricky