browser_fill
Types a value into an input field using locator strategies like CSS, name, role, text, label, testid, or placeholder.
Instructions
Type value into an input described by the locator strategies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| css | No | ||
| name | No | ||
| role | No | ||
| text | No | ||
| label | No | ||
| value | Yes | ||
| testid | No | ||
| placeholder | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |