Hi,
If u r able to get the imgae using DP then use for loop for rows and colum
Code something like this:
'ODesc-->Description for the image u have created.
This approach might help u.
Regards,
Sankalp
If u r able to get the imgae using DP then use for loop for rows and colum
Code something like this:
Code:
For i=1 to Rowcount
For j=1 to ColCount
if Browser().Page().webTable().ChildItem(oDesc).exists
msgBox("Row:"&i)
msgBox("Colmnu:&j)
Next
Next
'ODesc-->Description for the image u have created.
This approach might help u.
Regards,
Sankalp