browsercat_fill
Sets the value of a specified input field on a web page using a CSS selector. Useful for automating form filling in browser automation tasks.
Instructions
Fill out an input field
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector for input field | |
| value | Yes | Value to fill |