fill-input
Fill text into specified input fields on web pages using CSS selectors, enabling automated form completion and data entry tasks through browser automation.
Instructions
Fill the input
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | The selector of the input to fill, find from the page source code | |
| text | Yes | The text to fill in the input |