11-07-2008, 01:08 PM
Hi MR21135,
Can we record and insert a checkpoint for the data generated in a Div based grid view in any web page.
I have tried this but didn't work...
----------------------------
-----------------------------
here the WebTable is not able to recognize the gridview displayed in the page...
Thanks... & waiting for reply
Can we record and insert a checkpoint for the data generated in a Div based grid view in any web page.
I have tried this but didn't work...
----------------------------
Code:
Dim i,rows,total
rows=Browser("..").Page("..").WebTable("..").GetROProperty("rows")
For i=2 to rows
if Browser("..").Page("..").WebTable("..").GetROProperty("rows").GetCellData(i,1)="value" Then
total = total +1
End if
msgbox "No rows present"
total = 0
Next
msgbox total
-----------------------------
here the WebTable is not able to recognize the gridview displayed in the page...
Thanks... & waiting for reply