Get Cell Status
This is a pre-built action available under the Captured Table Element from SAP GUI Application. This functionality of this action in Avo Assure to fetch the status of the radio button/checkbox in the table cell and save the status in dynamic variable.
Syntax
Input Value: <Input row;column>
Note: The index value starts from 1.
<Input row> (Required)
Specify the row index of the cell containing the checkbox/radio button.
<column>
(Required)
Specify the column index of the cell containing the checkbox/radio button.
Output Value
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This dynamic variable holds the checkbox/radio button status as True or False.
Example
Retrieves the status information of a specific cell from a table based on the parameter
The Get Cell Status action takes the value from the Input Value column (e.g., 3;4) and identifies the status (e.g., selected) of the given cell. The result of the cell status is stored in the {CellStatus} variable.


Last updated
Was this helpful?