in reply to Scrape an existing IE Window?

Have a look at this article: Automating Windows Applications with Win32::OLE.

It specifically uses the task of how to access the DOM of an HTML page in IE to demonstrate the features of Win32::OLE.

Replies are listed 'Best First'.
Re^2: Scrape an existing IE Window?
by Anonymous Monk on Jun 08, 2008 at 22:56 UTC
    I can get the DOM object easily enough, but I don't know what to do with it once I've got it. Can I read the page's HTML from the DOM Object? I've looked though Microsoft's documentation here, but I couldn't find any way to get at the html...