saving / mirroring / crawling web pages that use javascript to generate content
Posted
by Nick Nolan
on Stack Overflow
See other posts from Stack Overflow
or by Nick Nolan
Published on 2009-03-24T23:07:47Z
Indexed on
2010/03/17
6:31 UTC
Read the original article
Hit count: 326
I want to download web pages that use javascript to output the data. Wget can do everything else, but run javascript.
Even something like:firefox -remote "saveURL(www.mozilla.org, myfile.html)"
would be great (unfortunately that kind of command does not exist).
© Stack Overflow or respective owner