Assert Grid Selector Value
Last modified: November 19, 2024
Description
Asserts the value of the checkbox and the radio button inside the Grid Selector Widget.
Supported Widgets
- Grid Selector
Usage
Pass the name of the widget, the column and row caption, and the value you want to assert.
Input Parameters
Name | Datatype | Required | Description |
---|---|---|---|
Widget Name | String | Yes | The name of the widget. |
Column Caption | String | Yes | The column caption of the checkbox cell you want to assert. |
Row Caption | String | Yes | The row caption of the checkbox cell you want to assert. |
Checked | Boolean | Yes | The value you want to assert (true or false). |