Select Radio Button

This is pre-built Action located under the Table/Grid captured from the AUT Element Name, instructs the Avo Assure to select the radio in the specified grid cell and save the result in dynamic variable.

Syntax

Input value: <row>;<col>;<header/body>(optional);<left/right>(optional);<row_attr>(optional);<col_attr>(optional)

Argument
Description

<row> (Required)

Specifies the row number where the radio button is located

<col> (Required)

Specifies the column number where the radio button is located.

<header/body>

(Optional)

Specifies whether the reference to the table is in the header or body.

<left/right>

(Optional)

Directional hint to locate the cell relative to a known value or position.

<row_attr> (Optional)

Attribute to be used to identify the row (e.g., row ID, unique label) instead of using numeric

<col_attr> (Optional)

Attribute to identify the column (e.g., column name or header value) instead of a numeric

Output Value

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

This variable stores the status as true or false

Example

Selects a radio button in a specified table cell based on the input value The Select Radio Button action takes the value from the Input Value column (e.g., 2;Option;header;left) and selects the radio button located at the defined row and column in the table. Optional parameters such as header and left help refine the cell selection. The result of the radio button selection is stored in the {Radio} variable, with the following possible values:

  • True – if the radio button is selected successfully.

  • False – if selection fails or an error occurs

Last updated

Was this helpful?