Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebElement Object / FirstChild Property
In This Topic
    FirstChild Property
    In This Topic
    Gets the next element below this element in the document tree.
    Syntax
    expression.FirstChild As WebElement object 
    where expression is a variable that represents a WebElement Object

    Property Value

    WebElement Object.
    See Also