On 5/17/07, Željko Filipin <[EMAIL PROTECTED]> wrote:
> Can you tell that it is past 1 am here? I forgot the link. Here it is.
>
> http://wiki.openqa.org/display/WTR/New+Watir+User+Guide+%28beta%29

Clearly this is going to be iterative :)

If it were me, I would have done

require 'watir'
include Watir  (it's magic anyway, it won't hurt)
ie = IE.new (let people see a blank browser)
ie.goto("http://www.google.com";)
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to