[Wtr-general] Using an ie.table.each do |row| loop when thepage in the ie window refreshes itself

Željko Filipin zeljko.filipin at gmail.com
Mon May 7 09:04:27 EDT 2007


On 5/7/07, Ian Webb <I_Webb at acs.org> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/wtr-general/attachments/20070507/360e779e/attachment.html 


More information about the Wtr-general mailing list