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 _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
