I have made a HttpWebRequest to a page to get the page containing a table that I want to parse, But the problem is that there are some JavaScripts that needs to run before being able to access the table. So Now I want to have a WebBrowser control and let the page load in the webbrowser and then read the html content of it to be parsed! Any heads up how I can do this?
Also when I load the page in WebBrowser control it gives me some javascript error, and once I pass all those errors it will loads the full page. Is there anyway to bypass those errors ?
thank you