04-29-2017, 04:53 PM
(06-16-2009, 12:57 PM)ursvinod Wrote:Code:Set oLinks = Description.Create
oLinks("micclass").value = "Link"
objLinks = Browser("B").Page("P").Frame("body").ChildObjects(oLinks)
LinkCount = objLinks.Count
For i = 0 to LinkCount-1
objLinks(cint(i)).Click
Next
how to click the first link inside the web element dynamically