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?