TmsFNCWebBrowser DOM

Using Delphi 10.4. I can drop a TMSFNCWebBrowser on my form and it initializes properly and displays web pages at design/run time.

At Runtime, how do I get the DOM, or the rendered HTML that is displaying in the Web Browser? I'm trying to navigate to certain web pages and extract certain data.

Thanks