Answer the question
In order to leave comments, you need to log in
How to get the "full" HTML code of a page in WebBrowser?
I don’t understand how to pull out all the code, including which is loaded, for example, by javascript. The DocumentText function only receives the source code (no padding).
How to get everything?
PS TWebBrowser component.
Answer the question
In order to leave comments, you need to log in
try like this
var result = webBrowser1.Document.GetElementsByTagName("html")[0].InnerHtml;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question