-1

I am trying to get the HTML of a page with wget, but the problem is that I'd like to get all the content of the page once the JavaScript is executed.

Is there a way to simulate the browser to get the complete HTML after the JavaScript document.ready function?

Pang
  • 9,564
  • 146
  • 81
  • 122
tbille
  • 23
  • 7

1 Answers1

0

I don't think wget has the requirements you are looking for. A previous solution:

wget + JavaScript?

mentions using phantomjs.

Community
  • 1
  • 1
Brian Anderson
  • 621
  • 7
  • 22