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