Hi,
to get the count
below statement will return all the webelements with the properties. it s a collection. so u can loop to get the property values for each object[/code]
to get the count
Code:
Set myElement = Description.Create
myElement("micclass").value = "WebElement"
myElement("class").Value = "errmsg errmsgDetails"
msgbox Browser("IHG").Page("Home").ChildObjects(myElement).Count
below statement will return all the webelements with the properties. it s a collection. so u can loop to get the property values for each object[/code]
Code:
Browser("IHG").Page("Home").ChildObjects(myElement)