Hello i have a question

I want to use the follow script

require 'watir'
include Watir
ie = Watir::IE.new
ie.goto("http://google.com";)

ie.element(:name, "q").set("Watir")

But i get the follow error message: 
c:/Ruby193/lib/ruby/gems/1.9.1/gems/watir-classic-3.0.0/lib/watir-classic/element.rb:433:in
 
`method_missing': undefined method `set' for 
#<Watir::HTMLElement:0x2fed2b0> (NoMethodError)

What do i wrong??

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

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to