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.
Syntax
Input Value: <Row>;<Column>
<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
<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
The ClickOnCell action is used to click on a cell located at the 1st row and 1st column coordinates within the GuiSimpleContainer element.

Last updated
Was this helpful?