03-30-2010, 04:12 PM
The below code has given me the total links count in the browser
See the attache ss
Thanks
-Ram
Code:
Set oDesc = Description.Create()
oDesc("micclass").Value = "Link"
Set Links = Browser("Sample").Page("SamplePage").ChildObjects(oDesc)
Msgbox "Total links: " & Links.Count
See the attache ss
Thanks
-Ram