this doesn't work
v_1 = Array.new
ie.table(:index,5).rows.each_with_index do |row, i|
end
v_1.each do |i|
puts v_1it throws this error:: .rb:44: undefined method `rows' for #<Watir::Table:0x2e0becc> (NoMethodError) What is so difficult about retrieving all the rows??? this should be easy any help appreciated _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
