08-09-2010, 05:34 PM
Hi,
I have created one virtual table (50 rows x 2 cols) ... now i would like to fetch the cell
data from that table. Pls let me know if you have any idea reg any method that fetches the
data from virtual table...
Pls dont suggest this code:
You can suggest any other method if possible...
I have created one virtual table (50 rows x 2 cols) ... now i would like to fetch the cell
data from that table. Pls let me know if you have any idea reg any method that fetches the
data from virtual table...
Pls dont suggest this code:
Code:
Browser().Page().WebTable().GetCellData(RowNo, ColNo)
You can suggest any other method if possible...