also, for the download example, it is also possible to do this

ie.goto('http://google.com')
puts ie.downloadtime    # check the method name, it might be downLoadTime or 
down_load_time
ie.text_field(:index,1).set('pickaxe')
ie.button(:index,1).click
puts ie.downloadtime    # check the method name, it might be downLoadTime or 
down_load_time

so you dont have to explicitly record the time yourself


----- Original Message ----- 
From: "Sun" <[EMAIL PROTECTED]>
To: <wtr-general@rubyforge.org>
Sent: Tuesday, September 26, 2006 11:58 AM
Subject: Re: [Wtr-general] Managing the Watir Project -- Wikipedia entry


> Regarding documentation, please see: http://en.wikipedia.org/wiki/Watir
>
> I have updated this by creating an example information section, plus 
> updating the base note, and adding links to External Links and See Also.
> ---------------------------------------------------------------------
> Posted via Jive Forums
> http://forums.openqa.org/thread.jspa?threadID=4501&messageID=12470#12470
> _______________________________________________
> Wtr-general mailing list
> Wtr-general@rubyforge.org
> http://rubyforge.org/mailman/listinfo/wtr-general
> 


_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to