InfoConnect for Unisys
FirstChild Property


Gets the next element below this element in the document tree.
Syntax
'Declaration
 
ReadOnly Property FirstChild As IWebElement
'Usage
 
Dim instance As IWebElement
Dim value As IWebElement
 
value = instance.FirstChild
IWebElement FirstChild {get;}
See Also