Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebElement Object / GetText Method
In This Topic
    GetText Method (WebElement)
    In This Topic
    Gets text from the text field if the Web element is an input text type.
    Syntax
    expression.GetText() As String
    where expression is a variable that represents a WebElement Object
    See Also