For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

The Click on Table Cell Action clicks a specific cell in the grid.

The Get Column Number of Input Text Action retrieves the column number that contains the specified text.

Get Cell Value

The Get Cell Value Action fetches the value displayed in a specific cell of the grid.

Get Total Column Count

The Get Total Column Count Action retrieves the total number of columns in the grid.

Get Total Row Count

The Get Total Row Count Action retrieves the total number of rows in the grid.

Get Row Number by Text

The Get Row Number by Text Action identifies the row number that contains the specified text.

VerifyCellValue

The VerifyCellValue Action verifies whether a specific grid cell contains the expected value.

Scroll Horizontally

The Scroll Horizontally Action scrolls the grid left or right based on the provided direction.

Scroll Vertically

The Scroll Vertically Action scrolls the grid up or down based on the provided direction.

Select Checkbox

The Select Checkbox Action selects a checkbox located in a specific grid cell.

Unselect Checkbox

The Unselect Checkbox Action unselects a checkbox in the specified grid cell.

Select Radio Button

The Select Radio Button Action selects a radio button in the grid based on row and column information.

Last updated