Hi!

 

I want to display all Rows and columns of the tables which is in a frame along with its id and index. So here is code, but unable to find it properly, as it is giving following “wrong number of arguments (0 for 2)” error. Please correct the following code for my requirement.

 

$ie.frame("framename").show_tables

                        $ie.frame("framename ").table.each do |t|

                                    puts t.id

                                    puts t.index

                                    puts a = t[1][1].text

                        end

 

Thanks,

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

Reply via email to