Get your 6-month No-Cost Opt-Out offer for Unlimited software automation!

Method ReportText

Reads the text from the object and reports into Test Results

Usage

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);

Documentation Categories

ZAPTEST

FARM

LOAD