c# - Iterating through a bunch of pages, webbrowser control -


I have a list of URLs that I need to parse and dump with data. Pages need Ajax And I need DOM (and not html) to parse correctly. So I'm using a web browser control. How do I make an iterator through a list and parse each page? I am writing

 for  (int i = 0; i  

The way you designed it is not working well is. You should know about the occurrence of a web browser when the document is completely full. But, making a call on navigating in quick succession will not work. You will have to navigate to your page list for the first time and then it will have to parse it with a call in the document and then go to the next page.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -