Find Checkbox Set Selector (All)

Last modified: June 18, 2025

Description

Finds a checkbox by given cell value and column caption. Returns the first match.

Supported Widgets

  • Checkbox Set Selector

Usage

Pass the name of the widget, the column caption, and the cell value of the checkbox you want to find.

Input Parameters

NameDatatypeRequiredDescription
Widget NameStringYesThe name of the widget.
Column CaptionStringYesThe caption of the desired checkbox column.
ValueStringYesThe cell value of the checkbox row.

Return Value

NameDatatypeDescription
WidgetWebElementThe found checkbox.