'Declaration
Function GetElement( _ ByVal xPath As String _ ) As IWebElement
'Usage
Dim instance As IWebDocument Dim xPath As String Dim value As IWebElement value = instance.GetElement(xPath)
IWebElement GetElement( string xPath )
Parameters
- xPath
- An XPath path pointing to a WebElement in the WebDocument.
Return Value
WebElement found, or null if no WebElement was found.