0

I have to write a Console Application that grap and parse data from a website.

Unluckly, the website uses some kind of Javascript framework to compose the page.

So what I need to do is get the HTML once time the page is rendered by Javascript.

This is just the first step, my second step is to navigate the website to collect data from different page but... Unluckly the pages that I have to parse does not have Urls, but they are loaded from Javascript too...

Do you have some ideas ?

Thanks to support Dario

DarioN1
  • 2,460
  • 7
  • 32
  • 67
  • That is rough. Many such websites and frameworks start loading content after DocumentComplete fires which gives you no way of knowing when they actually finish loading everything. – Alexander Ryan Baggett Jan 26 '17 at 19:57
  • Yes, but I think to have came to a possible solution... Have a look here http://stackoverflow.com/questions/20930414/how-to-dynamically-generate-html-code-using-nets-webbrowser-or-mshtml-htmldocu/20934538#20934538 http://stackoverflow.com/questions/19044659/c-sharp-webbrowser-control-form-submit-not-working-using-invokememberclick/19063643#19063643 I think these threads could help... – DarioN1 Jan 27 '17 at 08:10

0 Answers0