rikkilar
14 years agoOccasional Contributor
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...