Set Row Cell Value
Last modified: November 19, 2024
Description
Sets the cell value in a given DataGrid row, specified by the column name.
Supported Widgets
- DataGrid
Usage
You have to pass a DataGrid row as WebElement and the column name to determine which cell you want to write. To get the DataGrid row, use the actions Find Item/Row, Find Item/Row (by child element) or Find/Assert DataGrid Row.
Input Parameters
Name | Datatype | Required | Description |
---|---|---|---|
DataGrid Row | WebElement | yes | The DataGrid row to insert the value into |
Value | String | yes | The value to insert into the Cell |
Column Name | String | yes | The column name to define the cell in which the value gets inserted |