Find Checkbox Set Selector (All)
Last modified: November 19, 2024
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
Name | Datatype | Required | Description |
---|---|---|---|
Widget Name | String | Yes | The name of the widget. |
Column Caption | String | Yes | The caption of the desired checkbox column. |
Value | String | Yes | The cell value of the checkbox row. |
Return Value
Name | Datatype | Description |
---|---|---|
Widget | WebElement | The found checkbox. |