Skip to content Skip to sidebar Skip to footer

Wget With Js And Did Not Work

How do you download and save a page which is is dynamically generated from the command line? I tried wget PageWithJS.com -O output.html but output.html does not contain the dynami

Solution 1:

wget does not execute JavaScript.

If you need the DOM as it loooks after Javascript rendering, use something like PhantomJS to download the page.

Post a Comment for "Wget With Js And Did Not Work"