fill
Fill input fields, text areas, select options, checkboxes, and radio buttons on a web page. Provide the element's UID and value to set it. Optionally include a page snapshot in the response.
Instructions
Type text into an input, text area or select an option from a element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | The uid of an element on the page from the page content snapshot | |
| value | Yes | The value to fill in. "true" or "false" for checkboxes and toggles, "true" for radio buttons. | |
| includeSnapshot | No | Whether to include a snapshot in the response. Default is false. |