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

Method GetRowX

Gets row X coordinate

Usage

Function GetRowX(
    Integer Row [DEPRECATED],
    Boolean Report [Optional]
)

Parameters

Row (DEPRECATED)

Type: Integer

This parameter had been deprecated and is not longer need to be used

Report (optional)

Type: Boolean

Default Value: False

Generate report for this step

Returns

Integer value with row X coordinate

Example

VBScript

Application("Demo").View("DemoView").Object("DemoObject").Table("DemoTable").GetRowX(0, True)

JavaScript

Application("Demo").View("DemoView").Object("DemoObject").Table("DemoTable").GetRowX(0, True);

Documentation Categories

ZAPTEST

FARM

LOAD