InfoConnect for Airlines
GetText Method (IWebElement)


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