[wtr-general] To get the physical description of any Object in a Table cell

2009-01-30 Thread Isabel
I wanted to get the physical description of all the objects (regardless of what they are), in a specified Table cell. The html code is as under:- abc def stu ghi jkl And the code I am using is-: require 'watir' $ie=Watir::IE.new() $ie.goto("file:///E:\\happy1.htm") puts "Number of Ta

[wtr-general] To get the physical description of any Object in a Table cell

2009-01-30 Thread Isabel
I wanted to get the physical description of all the objects (regardless of what they are), in a specified Table cell. The html code is as under:- abc def stu ghi jkl And the code I am using is-: require 'watir' $ie=Watir::IE.new() $ie.goto("file:///E:\\happy1.htm") puts "Number of Ta