Double Click Tab Cell

This is pre-built Action located under the Table captured from the AUT Element Name. It instructs the Avo Assure Client to perform a double-click operation on the table cell given in the input and save the status in the Output Variable.

The "Double Click Table Cell" Action would be used in a variety of contexts where an automated or manual action involves double-clicking on a specific cell within a table or grid in an application.

Syntax

Input: <Row>;<Col>;<Object Type>;<index>

  • For above Syntax user need to give the row number and column number on which table cell user wants to perform double click operation, Object type (it could be textbox) and the index (Element Index of the cell).

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

Usecase/Example

Scenario: Testing the "Edit Product" Functionality in a Shopping Cart on an E-Commerce Website

In an e-commerce shopping cart, each product listed in the table has an "Edit" button within a specific table cell. This button allows the user to edit the product details, such as the product name or price. The "Double Click Tab Cell" Action is used to simulate double-click on the table cell that contains the "Edit" button. The test ensures that when the user double-clicks on this table cell, the system transitions to the edit mode for the corresponding product.

Input

15;3;button;1

Expected Result

The "Double Click Tab Cell" Action needs to perform a double-click operation on the table cell that contains the "Edit" button for "Wireless Headphones" and save the status in output variable as True.

Output

This Action is performing Double Click operation in specified table cell and stores status in {result} output variable as True, which can be utilized for display or other purposes.

Last updated

Was this helpful?