Re: [Wtr-general] HTML Page Size and Load times

2006-02-27 Thread Bret Pettichord
Visually comparing these files, I found that when you use View > Page Source from the browser, you get the whole Page HTML, but when you use the Watir " ie.html" method, you get a stripped down version of the page html.  For example, the Header info is absent as well as any pretty indenting.The fac

Re: [Wtr-general] HTML Page Size and Load times

2006-02-27 Thread Michael Bolton
Incidentally, someone once mentioned to me that there is a down_load_time attribute, but I can't find any info on it anywhere.  Is there a reference in the Watir API or elsewhere that can tell me what methods and attributes are available for working with the HTML pages?  For load time try  

[Wtr-general] HTML Page Size and Load times

2006-02-27 Thread Paul Carvalho
Hi there, I'm currently writing a script that will walk through our site map and spit out a list of page sizes and load times to a text file.Using the Watir examples I found a function that gets the html page and I guessed that you could get the length using: > puts ie.html.lengthThis spits out a n