sap_select_checkbox
Select or deselect a checkbox on an SAP screen by providing its ID. Use with sap_get_screen_elements to find checkbox IDs.
Instructions
Select or deselect a checkbox on the current SAP screen.
Set selected=false to uncheck. Use sap_get_screen_elements with type_filter='GuiCheckBox' to find checkbox IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selected | No | ||
| checkbox_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||