Forum Discussion
Anumakonda_mahe
13 years agoFrequent Contributor
i am trying with this code
Sub
Test2()
Dim PropNames, PropValues, LastResult
PropNames = Array("ObjectType")
PropValues = Array("Textarea")
LastResult =
NameMapping.Sys.iexplore.pageCaliberlims320.formF1.table.cell.table.cell.frameAppbody.frameBodyframe.formForm1.tableTable1.cell.tableSubtable.FindAllChildren(PropNames, PropValues, 1000, True).Name
Call
Log.Message(LastResult, "")
End
Sub