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.CountSee the attache ss
Thanks
-Ram

