Find Simple Checkbox Set Selector

Last modified: May 15, 2023

1 Description

Finds the checkbox by the given value.

2 Supported Widgets

  • Simple Checkbox Set Selector

3 Usage

Pass the name of the widget and the value connected to the checkbox.

4 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.

5 Return Value

Name Datatype Description
Checkbox WebElement The found checkbox.