Method ReportText
Reads the text from the object and reports into Test ResultsUsage
Function ReportText(
Boolean AlternativeMethod [Optional]
)
Parameters
AlternativeMethod (optional)
Type: Boolean
Default value: False
Uses an alternative method to get text form an object. Set this parameter to true if the normal method does not provide adequate results
Returns
No return value
Example
VBScript
Application("Demo").View("DemoView").Object("DemoObject").ReportText
'Set alternative method to true
Application("Demo").View("DemoView").Object("DemoObject").ReportText true
JavaScript
Application("Demo").View("DemoView").Object("DemoObject").ReportText();
// Set alternative method to true
Application("Demo").View("DemoView").Object("DemoObject").ReportText(true);
Comment
Report object text