Forum Discussion

rikkilar's avatar
rikkilar
Occasional Contributor
14 years ago

Find child concept

props = Array("tagName", "innerText")   values = Array("a", "Products")     Set link = page.FindChild(props, values, 10) In the above code , 1)how to get the count no of objects find...