in reply to Re: Win32::IE::Mechanize not getting correct content
in thread Win32::IE::Mechanize not getting correct content

If you want to see the effect of script changes on the DOM (that is, you want to see the current document structure instead of the original HTML source) in firefox take a look at firebug. It shows live updates to the DOM and CSS (and allows you to change it), has a script-accessible javascript log (with stack traces), can evaluate user-entered javascript in the current page's context, logs XMLHTTP requests and more. It really is the most useful tool I know for javascript (and HTML) debugging.

  • Comment on OT: debugging HTML DOM & Javascript (was: Re^2: Win32::IE::Mechanize not getting correct content)