Attachmate.Reflection.Web.Msie Namespace > IWebDocument Interface : GetElementById Method |
'Declaration
Function GetElementById( _ ByVal Id As String _ ) As IWebElement
'Usage
Dim instance As IWebDocument Dim Id As String Dim value As IWebElement value = instance.GetElementById(Id)
IWebElement GetElementById( string Id )