fill
Inserts a value into an input, textarea, or selects an option from a element using the element's unique identifier.
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 | |
| includeSnapshot | No | Whether to include a snapshot in the response. Default is false. |