# 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)`

<table><thead><tr><th>Argument</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td>&#x3C;row><br>(Required)</td><td>Specifies  the row number where the radio button is located</td><td></td></tr><tr><td>&#x3C;col><br>(Required)</td><td>Specifies the column number where the radio button is located.</td><td></td></tr><tr><td><p>&#x3C;header/body></p><p>(Optional)</p></td><td>Specifies whether the reference to the table is in the header or body.</td><td></td></tr><tr><td><p>&#x3C;left/right></p><p>(Optional)</p></td><td>Directional hint to locate the cell relative to a known value or position.</td><td></td></tr><tr><td>&#x3C;row_attr><br>(Optional)</td><td>Attribute to be used to identify the row (e.g., row ID, unique label) instead of using numeric</td><td></td></tr><tr><td>&#x3C;col_attr><br>(Optional)</td><td>Attribute to identify the column (e.g., column name or header value) instead of a numeric</td><td></td></tr></tbody></table>

**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

<figure><img src="/files/cqmoeimNCmc3NB0BRSl6" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.avoautomation.com/avo-assure/actions/web/grid/select-radio-button.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
