TTMSFNCWebBrowser - access sourcecode of page

Hi!

Is there a way to access the sourcecode of the page that is currently displayed in TTMSFNCWebBrowser?

I want to do 2 things:

- analyze the code AFTER the page has been loaded and displayed
- modify the code AFTER the page has been loaded BEFORE it is displayed in the GUI (possible?)

Thank you!
BR,

Robert

Hi,


There is currently no DOM access. The only way to access the page HTML is by executing JavaScript code: ExecuteJavaScript('document.body.innerHTML', DoGetJavaScriptResult);