Get Icon Name
The Get Icon Name Action in the Avo Assure is found under the Captured Table from SAP Application Element. The functionality of this action in Avo Assure to fetch the icon's name from the cell of the table and save the status in dynamic variable.
Syntax
Input Value: <Row>;<Column>
<Row> (Required)
Specify the row index of the cell containing the icon (starting from 0).
<Column> (Required)
Specify the column index of the cell containing the icon (starting from 0).
Output Value:
<Dynamic Variable> (Required)
This dynamic variable holds the name of the icon fetched from the table cell.
<Dynamic Variable> (Optional)
This dynamic variable holds the result of this action as True or False
Example
Retrieves the icon name from the specified cell in the table
The Get Icon Name action takes the value from the Input Value column (e.g., 2;4) and fetches the name of the icon from the respective cell in the SAP GUI table. The result of this retrieval is stored in the {icon Name} variable, while the execution status is stored in the {Status} variable, with the following possible values:
True – if the icon name is fetched successfully.
False – if fetching fails.

Last updated
Was this helpful?