[wtr-general] Re: Table row

2009-11-03 Thread Mark Anderson
More information would be useful. * What is your end goal? If you are testing a website that you are developing, talk to your developers and get them to put distinguishing properties in place. * Do the text boxes have distinguishing properties? * What are some of the things that you've tried? *

[wtr-general] Re: Table row

2009-11-03 Thread Angrez Singh
It would be best if you could post the relevant HTML code and ruby code that you tried. No one can help you without seeing your HTML code and ruby code. Make sure whenever you post any question here tell us what all you tried and what is your HTML code? Thanks, Angrez On Tue, Nov 3, 2009 at

[wtr-general] Re: Table row

2009-11-03 Thread George
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: