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

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.

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

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

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

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

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

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

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

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

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

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

Last updated

Was this helpful?