> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/actions/web/grid-1.md).

# Grid

Grid Actions in Avo Assure enable you to interact with captured grid or table elements during test execution. These actions let you perform cell-level operations, retrieve values, identify row and column positions, validate displayed data, and control grid navigation. By using Grid Actions, you ensure data accuracy, automate validations on structured UI elements, and perform interactions such as clicking, selecting, and scrolling within the grid.

Here are the categories under Grid Actions:

| **Actions**                                                                                          | **Description**                                                                                              |
| ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| [Click on Table Cell](/avo-assure/actions/web/grid-1/click-on-table-cell.md)                         | The **Click on Table Cell** Action clicks a specific cell in the grid.                                       |
| [Get Column Number of Input Text](/avo-assure/actions/web/grid-1/get-column-number-of-input-text.md) | The **Get Column Number of Input Text** Action retrieves the column number that contains the specified text. |
| [Get Cell Value](/avo-assure/actions/web/grid-1/get-cell-value.md)                                   | The **Get Cell Value** Action fetches the value displayed in a specific cell of the grid.                    |
| [Get Total Column Count](/avo-assure/actions/web/grid-1/get-total-column-count.md)                   | The **Get Total Column Count** Action retrieves the total number of columns in the grid.                     |
| [Get Total Row Count](/avo-assure/actions/web/grid-1/get-total-row-count.md)                         | The **Get Total Row Count** Action retrieves the total number of rows in the grid.                           |
| [Get Row Number by Text](/avo-assure/actions/web/grid-1/get-row-number-by-text.md)                   | The **Get Row Number by Text** Action identifies the row number that contains the specified text.            |
| [VerifyCellValue](/avo-assure/actions/web/grid-1/verifycellvalue.md)                                 | The **VerifyCellValue** Action verifies whether a specific grid cell contains the expected value.            |
| [Scroll Horizontally](/avo-assure/actions/web/grid-1/scroll-horizontally.md)                         | The **Scroll Horizontally** Action scrolls the grid left or right based on the provided direction.           |
| [Scroll Vertically](/avo-assure/actions/web/grid-1/scroll-vertically.md)                             | The **Scroll Vertically** Action scrolls the grid up or down based on the provided direction.                |
| [Select Checkbox](/avo-assure/actions/web/grid-1/select-checkbox.md)                                 | The **Select Checkbox** Action selects a checkbox located in a specific grid cell.                           |
| [Unselect Checkbox](/avo-assure/actions/web/grid-1/unselect-checkbox.md)                             | The **Unselect Checkbox** Action unselects a checkbox in the specified grid cell.                            |
| [Select Radio Button](/avo-assure/actions/web/grid-1/select-radio-button.md)                         | The **Select Radio Button** Action selects a radio button in the grid based on row and column information.   |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.avoautomation.com/avo-assure/actions/web/grid-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
