Is there a way to obtain the final HTML after all scripts have been executed? The scripts on the page are adding and changing controls and CSS, and I want to see the HTML of the display as a static page. Is there a method to achieve this?
Edit: For example, if a background image is added using JavaScript, how can I view it in the HTML or CSS? Please try to obtain this before providing an answer.