From: Venkatesh Bk Date: 2008-05-22T18:09:37+09:00 Subject: How to Select a Table Row I'm new to Watir. I'm able to locate a row using the following statment. tr = ie.table(:id,'ctl00_DefaultContent_grdHistoryGrid')[2] I want to select the above row. How to do this? Please help.. thanks in advance -- Posted via http://www.ruby-forum.com/.