From: arvind Date: 2006-05-23T16:57:34+09:00 Subject: Problem accessing a table inside a form in Watir Hi all, I want to access a table which is inside a form. I want to access a link which is inside a table by row number and column number, the table is inside a form. The table name is not there, so i have to access the table by index. When i tried to access the table by index i cannot get in to the particular table which i am looking for. I also tried to count the rows and columns but the values does not match the actual number of rows and columns. Can any one please help me to access the link inside a table which is inside a form. Thanks Arvind -- Posted via http://www.ruby-forum.com/.