If Browser("micClass:=Browser").Page("micClass:=Page").Frame("micClass :=Frame").WebElement("innertext :=ABC").Exist Then
msgbox "OK"
else
msgbox "NotOK"
End If
Set all_oWebElement=Description.Create()
all_oWebElement("micClass").Value="WebElement"
Set all_oWebElements=Browser("micClass:=Browser").Page("micClass:=Page").Frame("micClass :=Frame").ChildObjects(all_oWebElement)
Counter = all_oWebElements.count
Set all_oWebElement=Description.Create()
all_oWebElement("micClass").Value="WebElement"
all_oWebElement("innertext").Value="ABC"
Set all_oWebElements=Browser("micClass:=Browser").Page("micClass:=Page").Frame("micClass :=Frame").ChildObjects(all_oWebElement)
Counter = all_oWebElements.count