|
The error is because of:
"table.index"
Following should
work:
$ie.frame("framename").show_tables
i=1 $ie.frame("framename").tables.each do |t| puts t.id # puts t.index puts i puts a = t[1][1].text i +=1 end -Ravi
This e-mail message is being sent solely for use by the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by phone or reply by e-mail, delete the original message and destroy all copies. Thank you. |
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
