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

Method ClickCell

Clicks on the first cell that has the input text

Usage

Function ClickCell( 
        Integer Row,
        Integer Column
)

Parameters

Row

Type: Integer

Row number

Column

Type: Integer

Column number

Returns

True if operation is successful; otherwise, false

Example

VBScript

row = 3
column = 4
Application("Demo").View("DemoView").Object("WeekDays").Table("Calendar").ClickCell row, column

JavaScript

var row = 3;
var column = 4;
Application("Demo").View("DemoView").Object("WeekDays").Table("Calendar").ClickCell(row, column);

Documentation Categories

ZAPTEST

FARM

LOAD