Find Simple Checkbox Set Selector
Last modified: November 19, 2024
Description
Finds the checkbox by the given value.
Supported Widgets
- Simple Checkbox Set Selector
Usage
Pass the name of the widget and the value connected to the checkbox.
Input Parameters
Name | Datatype | Required | Description |
---|---|---|---|
Widget Name | String | Yes | The name of the Simple Checkbox Set Selector widget. |
Value | String | Yes | The value connected to the checkbox. |
Return Value
Name | Datatype | Description |
---|---|---|
Checkbox | WebElement | The found checkbox. |