11-25-2010, 08:11 PM
Hi Ramesh,
What I can see from the screenshot is, there is a WebTable under the frame.
I would suggest you to apply a standard checkpoint in that WebTable(and it becomes a Table Checkpoint). There you'll get see the unique number residing in a particular cell. Then you can use WebTable("").GetCellData(row,col) to retrieve the unique number.
Process to check the WebTable content
Hope this will help you.
Let me know your further proceedings on this.
What I can see from the screenshot is, there is a WebTable under the frame.
I would suggest you to apply a standard checkpoint in that WebTable(and it becomes a Table Checkpoint). There you'll get see the unique number residing in a particular cell. Then you can use WebTable("").GetCellData(row,col) to retrieve the unique number.
Process to check the WebTable content
Quote:1.Click on the "Record" button (Record and Run on open browser)
2.Click F12 or click on insert standard checkpoint
3.Click over the unique number
4.A window will appear showing the hierachy
5.Click on the "WebTable" option
Now you will see the contents of the WebTable
Hope this will help you.
Let me know your further proceedings on this.