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

Method DblClickCell

Performs Double Click on the first cell that has the input text

Usage

Function DblClickCell( 
        Integer Row,
        Integer Column,
        Integer Delay [Optional]
)

Parameters

Row

Type: Integer

Row number

Column

Type: Integer

Column number

Delay (optional)

Type: Integer

Default Value: 0

Delay in milliseconds between two clicks

Returns

True if operation is successful; otherwise, false

Example

VBScript

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

JavaScript

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

Documentation Categories

ZAPTEST

FARM

LOAD