1 Description
Finds the select all check box.
2 Supported Widgets
- Checkbox Set Selector
3 Usage
Pass the name of the widget you want to get the select all check box from.
4 Input Parameters
Name | Datatype | Required | Description |
---|---|---|---|
Widget Name | String | Yes | The name of the widget. |
5 Return Value
Name | Datatype | Description |
---|---|---|
Widget | WebElement | The found check box. |