InfoConnect for Unisys
Children Property


Gets all children of the current element.
Syntax
'Declaration
 
ReadOnly Property Children As IWebElement()
'Usage
 
Dim instance As IWebElement
Dim value() As IWebElement
 
value = instance.Children
IWebElement[] Children {get;}
See Also