RE: How to count the no of web links in a web page?
Check its working Set objLink description.Create objLink("micclass").value "Link" Set webLink Desktop.ChildObjects(objLink) linkCount webLink.count msgbox linkCount
RE: How to count the no of web links in a web page?
hi check this once set odesc description.create() odesc("micclass").value "web link" set rc browser("title: .*").page("title: .*").childobjects(odesc) linkcount rc.count() msg box linkcount