1
Reply

executing javascript functions with WebRequest/WebResponse object and obtaining page html

zazinoz

zazinoz

Aug 26 2010 4:41 AM
9.2k
I have retrieved the html of a web page using the WebRequest object but the page itself does not contain the information I need to extract.  There is a javascript function which runs once the page is loaded which then retrieves and adds the information I need to the page.  Is there a way of performiing some sort of GET/POST operation which will execute the required javascript function and return the html of the completed page (which contains the information I need)?

Answers (1)