On Mon, Mar 23, 2009 at 06:20, Isabel <joybe...@gmail.com> wrote:
> ie.text_field(:index => 2 , :name => "q").set("xyz")

You are trying to set the second text field that has name "q", but Watir can
not find it. Maybe because there is only one. If you use just :index => 2
or just :name => "q" it should work fine.

Željko

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to