Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebDocument Object / GetElementById Method
Element Id.
In This Topic
    GetElementById Method
    In This Topic
    Gets a Web element by ID.
    Syntax
    expression.GetElementById( _
       ByVal Id As String _
    ) As WebElement object 
    where expression is a variable that represents a WebDocument Object

    Parameters

    Id
    Element Id.

    Return Value

    A WebElement object
    See Also