Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebElement Object / InnerText Property
In This Topic
    InnerText Property
    In This Topic
    Gets or sets the text assigned to the element.
    Syntax
    expression.InnerText As String
    where expression is a variable that represents a WebElement Object
    See Also