Assert Simple Checkbox Set Selector Value

Last modified: May 15, 2023

1 Description

Asserts that the checkbox found by the given value is checked or cleared.

2 Supported Widgets

  • Simple Checkbox Set Selector

3 Usage

Pass the name of the widget, the value connected to the checkbox, and if the checkbox should be checked or cleared.

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