WebBrowser1.DocumentText
Thank you for your valuable responses.I am currently using WebBrowser control to automate a few things like auto-login a site, etc.
I don’t know what is the difference between Navigated and DocumentComplete events, plus
in my application, DocumentComplete event never fired yet… Then I used Navigated instead.
But the problem is that the document is incomplete. I’ve examined Document.body.innerHTML
and only a part of the source appears…