fill_form_field
Fill a single text input or textarea on the current page by providing a CSS selector and value, using selectors from extract_form_fields.
Instructions
Fill a single text input or textarea field on the current page. Use the selector from extract_form_fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Value to fill | |
| selector | Yes | CSS selector for the field |