browser_fill
Type text into a web page input field using a CSS selector, with an option to clear existing content first.
Instructions
Type text into an input field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Text to type | |
| selector | Yes | CSS selector of input field | |
| clear_first | No | Clear field before typing |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |