having problems running scripts using vista, IE8.
gem -v  returns
ruby -e 'require "watir"; puts Watir::IE::VERSION'

things work find in irb. but when i run this it seems that system does
not wait for htlm to load.
it runs find on xp with same versions

# the Watir controller
require "watir"
require "watir/ie"

ie = Watir::IE.new
ie.goto("http://www.rapidreview.com/sales30/CALogon.jsp";)
ie.text_field(:name, 'UserName').set('user')

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

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to