Double click cell

This is prebuilt action in Avo Assure which comes for captured Table elements from Desktop application. It instructs the Avo Assure Client to a double-click operation on the table cell given in the input and stores the status (True or False) in output variable.

Syntax

Input: <Row>:<Column>

Output: <Dynamic Variable>(optional);<Dynamic Variable> (Optional)

Usecase/Example

Scenario

Consider a scenario where a desktop CRM application is being tested and the goal is to view a customer record, the Double Click Cell action in Avo Assure is used. Each row represents a customer, and double-clicking on a row, such as the one for John Smith, opens a detailed view with contact details, purchase history, and interaction logs.

Input

2;4

Expected Result

The action needs to perform a double click operation on the table cell given in the input.

Output

The action performed and saves the status in the {Result} output variable as True.

Last updated

Was this helpful?