[Wtr-general] how to know the content of a table 's colomn and row
joyboy_chan
forum-watir-users at openqa.org
Wed Jan 3 02:20:37 EST 2007
1. you can get a table instance by table id or table index, like table = $ie.table(:index, 3).
2. you can get the cell instance by cell = table[1][1], this is the cell located at first column, first row.
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=5898&messageID=16736#16736
More information about the Wtr-general
mailing list