Currently, I am attempting to retrieve the HTML of a webpage using wget
; however, I am facing an issue where I want to access all the content of the page only after the JavaScript has been executed.
Is there any method to mimic the browser in order to obtain the full HTML once the JavaScript document.ready
function has been triggered?