'DeclarationFunction GetElementById( _ ByVal Id As String _ ) As IWebElement
'UsageDim instance As IWebDocument Dim Id As String Dim value As IWebElement value = instance.GetElementById(Id)
IWebElement GetElementById( string Id )
Parameters
- Id
- Element Id.
Return Value
WebElement object.