Hi Vamsi,

 It would help if you included some html code for what you're looking to
find. The basic syntax is this:
value = ie.table(:name, 'mytable')[1][3].text

That is, get the text that stored in the first row, 3rd column of a table
with a name attribute of mytable and assign it to a variable, in this case
value. There are more examples in the unit tests, table_test.rb.

-Charley

On 4/9/07, vamsi <[EMAIL PROTECTED]> wrote:

Could anyone please explain how to get the values from the Table.

and please mention the name spaces and classes required for table too.

Thanks in Advance

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

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

Reply via email to