On 5/7/07, Ian Webb <[EMAIL PROTECTED]> wrote:

I'm wondering if maybe there's a way to store the indices of the buttons
it's going to click on within the array, rather than the rows
themselves. I tried buttons_to_click << row[5].link(:index,1), but that
doesn't work.


Hi Ian,

I am not sure I understood what you want to do here (I need to see html),
but try changing

buttons_to_click << row[5].link(:index,1)

to

buttons_to_click << ie.row[5].link(:index,1)

Zeljko
--
ZeljkoFilipin.com
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to