fill_input
Fill input fields in web pages by specifying CSS selectors and text, simulating native typing behavior for automated browser interactions.
Instructions
Fills an input field in the DOM with the specified text. It focuses the element using a CSS selector and then simulates native typing.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to insert into the input field | |
| selector | Yes | CSS selector for the input element to fill |