Click DataGrid Row

Last modified: June 18, 2025

Description

Clicks a DataGrid Row by a given column value.

Supported Widgets

  • DataGrid

Usage

If you want to click/doubleclick a row in a DataGrid, use this action. You have to pass the name of the DataGrid, the column title and the cell value of the row, to determine which row to click. Optionally you can provide a WebElement as search context, to narrow down the search for the DataGrid widget, if there are two or more DataGrids with the same name.

Input Parameters

NameDatatypeRequiredDescription
Widget NameStringyesThe name of the DataGrid
Column NameStringyesThe name of the column in which the column value is located
Column ValueStringyesThe column value which defines the row
DoubleclickBooleannoIf true perform doubleclick
Search ContextWebElementnoLimit the search for the DataGrid row to the given WebElement