InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebElement Interface / PutText Method
The text to input.


In This Topic
    PutText Method (IWebElement)
    In This Topic
    Puts text in the text field if the Web element is an input text type.
    Syntax
    'Declaration
     
    
    Sub PutText( _
       ByVal text As String _
    ) 
    'Usage
     
    
    Dim instance As IWebElement
    Dim text As String
     
    instance.PutText(text)
    void PutText( 
       string text
    )

    Parameters

    text
    The text to input.
    See Also