Get Type Of 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 fetch the type of a specific cell, identified by its row and column position.
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> (Required)
This variable holds the cell type fetched from the specified cell.
<Dynamic Variable> (Optional)
This dynamic variable holds the execution status as True or False.
Example
Retrieves the type of a specific cell within the container
The Get Type Of Cell action is used to retrieve the type of the cell located at the specified position (e.g., 1;1) within the container. The identified cell type (e.g., GuiTextField) is stored in the {Cell Type} variable, while the execution status is stored in the {Status} variable.


Last updated
Was this helpful?