InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebElement Interface / GetText Method


In This Topic
    GetText Method (IWebElement)
    In This Topic
    Gets text from the text field if the Web element is an input text type.
    Syntax
    'Declaration
     
    
    Function GetText() As String
    'Usage
     
    
    Dim instance As IWebElement
    Dim value As String
     
    value = instance.GetText()
    string GetText()

    Return Value

    The text returned
    See Also