InfoConnect for Unisys
PutText Method (IWebElement)


The text to input.
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