in reply to How to get DOM from currently open IE browser.

I'm not sure if this will help, but if you start the browser using Win32::IE::Mechanize you may be able to get all the information you need.

It probably will not work for querying any existing browsers, at least out of the box, though you might want to peek at the source for that module.

  • Comment on Re: How to get DOM from currently open IE browser.