Try with following code:
Hi
I was doing a small descriptive programming:
Thanks,
Hi
I was doing a small descriptive programming:
Code:
Dim odesc
Dim linkcount
Set odesc = description.Create()
odesc("micclass").value = "Link"
odesc("innertext").value = "BlueDental Care(Prepaid)"
Set MyChildObj = Browser("index:=0").Page("index:=0").ChildObjects(odesc)
linkcount = MyChildObj.count
If linkcount > 0 Then
Result = "PASS"
Else
Result = "FAIL"
End IfThanks,

