Description
Asserts the value of the check box 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 check box cell you want to assert. |
Row Caption | String | Yes | The row capion of the check box cell you want to assert. |
Checked | Boolean | Yes | The value you want to assert (true or false). |