If you wanted to fill out all the text fields in the 3rd table listed,
you would do something like this:

@browser.table(:index, 3).rows.each |row|
  row.text_field(:index, 1).set 'whatever'
end

Otherwise, more information will be helpful.

On Nov 3, 8:40 am, Abhay <abhaybas...@gmail.com> wrote:
> Hi All,
>
>          I have a web page which contains many tables, none of the
> table has any distinguishing properties, No name, No id etc. In one of
> the table there are 5 text boxes each on differant row of the table
> but same column number. In all these text boxes i want to enter some
> text value. How do i do this? I tried to do lot many things but ended
> up adding one value in the first text box and rest overriding it. I
> would really appreciate if some one could throw some light on this.
>
> Thanks in advance
>
> Abhay
--~--~---------~--~----~------------~-------~--~----~
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