On Nov 29, 3:03 pm, Carmen <eliaol...@gmail.com> wrote:
> I think it could work, How can I get the .html with watir?
>
> El 29 de noviembre de 2011 16:53, Željko Filipin <
> zeljko.fili...@wa-research.ch> escribió:
>
> > On Tuesday, November 29, 2011, carmen3lia <eliaol...@gmail.com> wrote:
> > > Is there a way to get the entire DOM from a web page??
>
> > Would browser.html do the job?
>
> > Zeljko
>

use what he said

browser.html

e.g.

    require 'watir'
    browser = Watir::IE.new
    browser.goto('yoursiteURLgoeshere.com')
    puts browser.html

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to