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

Method GetRowY

Gets row Y coordinate

Usage

Function GetRowY( 
    Integer Row,
    Boolean Report [Optional]
)

Parameters

Row

Type: Integer

Row number

Report (optional)

Type: Boolean

Default Value: False

Generate report for this step

Returns

Integer value with row Y coordinate

Example

VBScript

Application("Demo").View("DemoView").Object("DemoObject").Table("DemoTable").GetRowY(3)

JavaScript

Application("Demo").View("DemoView").Object("DemoObject").Table("DemoTable").GetRowY(3);

Documentation Categories

ZAPTEST

FARM

LOAD