browser_fill
Fill a text field on a web page by specifying a CSS selector and the text to type, optionally clearing the field first.
Instructions
Type text into an input field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector of input field | |
| value | Yes | Text to type | |
| clear_first | No | Clear field before typing |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |