Avatar of trumaj66
trumaj66

asked on 

Screen Scraping - Accessing Ajax generated HTML

Hi,
I am developing an application which uses the .net WebBrowser control to automate the generation of reports from various websites, and then scrapes the report output from the HTML.

However, I have a problem with 1 website that generate the report using AJAX, and then shows the report output at the bottom of the page, without generating a new page.

I programmatically invoke the clicking of the button that initiates the AJAX call to generate the report, but the AJAX-generated HTML doesn't seem to be accessible from the WebBrowser.Document, stopping me from being able to scrape the report output.

Can anyone help?
.NET ProgrammingAJAX

Avatar of undefined
Last Comment
aibusinesssolutions

8/22/2022 - Mon