Click On Cell

This is a pre-built action available under the Captured Container Element from the SAP GUI Application. The functionality of this action in Avo Assure is to click on a specific cell in the container, identified by row and column number.

Syntax

Input Value: <Row>;<Column>

Argument
Description

<Row> (Required)

Row index (starting from 0) within the container where the action needs to be performed.

<Column> (Required)

Column number (starting from 0) where the action should be applied.

Output Value

Argument
Description

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

The dynamic variable holds the execution status as True of False.

Example

Performs a click on the cell located at the 1st row and 1st column within the GuiSimpleContainer element

The Click On Cell action is used to click on a cell located at the specified coordinates (e.g., 1;1) within the GuiSimpleContainer element. The coordinates represent the row and column of the target cell. The result of the click operation is stored in the {Click} variable.

Last updated

Was this helpful?