Click Cell
This is a pre-built action available under the Captured Grid Element in the SAP GUI Application. The functionality of this action in Avo Assure is to click on a specific cell in the grid based on the input row and column provided.
Syntax
Input Value:<Input Row;Column>
<Input Row; Column> (Required)
Provide the specific row and column position to be clicked.
Output Value
<Dynamic Variable> (Optional);<Dynamic Variable> (Optional)
This dynamic variable holds the execution status as True or False.
Example
Performs a click on a specified (5th row & 1st column) cell in the SAP Grid
The Click Cell action takes the value from the Input Value column (e.g., 5;1) and clicks the cell located at the provided row and column coordinates. The result of the click action is stored in the {Click} variable.

Last updated
Was this helpful?