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

Method GetRows

Gets Table Row Count

Usage

Function GetRows(
        Boolean Report [Optional]
)

Parameters

Report (optional)

Type: Boolean

Default Value: False

Generate report for this step

Returns

Row count or -1 in case of recognition problem

Example

VBScript

msgbox Application("Demo").View("DemoView").Object("DemoTable").GetRows(true)

JavaScript

alert(Application("Demo").View("DemoView").Object("DemoTable").GetRows(true));

Documentation Categories

ZAPTEST

FARM

LOAD