InfoConnect for Airlines
NextSibling Property


Gets the next element at the same level as this element in the document tree.
Syntax
'Declaration
 
ReadOnly Property NextSibling As IWebElement
'Usage
 
Dim instance As IWebElement
Dim value As IWebElement
 
value = instance.NextSibling
IWebElement NextSibling {get;}
See Also