Attachmate.Reflection.Web.Msie Namespace > IWebDocument Interface : GetElement Method |
'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 )
HTML/BODY/TABLE/TBODY/TR[1]/TD[1]
, where WebElement index starts from 0.