Get Icon Name

This is a pre-built action available under the Captured Table Element from SAP GUI Application. 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>

Argument
Description

<Row> (Required)

Specify the row index of the cell containing the icon.

<Column> (Required)

Specify the column index of the cell containing the icon .

Output Value

Argument
Description

<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 (e.g., S_LEDG) the respective cell in the SAP GUI table. The result of this retrieval is stored in the {icon Name} variable.

Last updated

Was this helpful?