in reply to Trying to view HTML created from JavaScript web page

content is not a DOM method, you need to use the DOM

  • Comment on Re: Trying to view HTML created from JavaScript web page

Replies are listed 'Best First'.
Re^2: Trying to view HTML created from JavaScript web page
by Anonymous Monk on Apr 19, 2012 at 11:01 UTC

    Yes, that seems good advice but with my limited knowledge of perl I could do with a pointer to some site to explain this, or an example bit of code. The whole processed page is what I am after with all javascript converted to html.

      Well WWW::Scripter's content already uses the DOM, so if that was going to work, it would have worked already