Web Document Access?

Hi,

There is no DOM access provided so far. You can access HTML / document elements by executing JavaScript, but the current access is limited to return strings only. You can access values with TMSFNCWebBrowser1.ExecuteJavaScript or TMSFNCWebBrowser1.ExecuteJavaScriptSync if you want a synchronous solution.