On Mon, Jun 29, 2009 at 11:12 AM, Maumita <maumita.majum...@gmail.com>
wrote:
> How to display the row, column values of that table without name,id.

browser.table(:index, 1).rows.each do {|row| puts row}
browser.table(:index, 1).columns.each do {|column| puts column}

The code is not tester, so maybe it does not work. :)

If you post a link to the page or it's html I could say more. Of course,
probably your table will not have index 1, but some other number.

Željko
--
http://watirpodcast.com/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to