Assert Simple Checkbox Set Selector Value
Last modified: November 19, 2024
Description
Asserts that the checkbox found by the given value is checked or cleared.
Supported Widgets
- Simple Checkbox Set Selector
Usage
Pass the name of the widget, the value connected to the checkbox, and if the checkbox should be checked or cleared.
Input Parameters
Name | Datatype | Required | Description |
---|---|---|---|
Widget Name | String | Yes | The name of the widget. |
Value | String | Yes | The value connected to the checkbox. |
Checked | Boolean | Yes | Assert that the checkbox is checked or cleared. |