Type into Field by Description
type_intoType text into the input element best matching a description. Automates form field completion for web QA agents.
Instructions
Type text into the input element best matching description.
Examples: type_into("email", "alice@x.com"), type_into("confirm password", "...") , type_into("the search box", "buy"). Resolution rules are the same as click_what — see that tool for ambiguity behaviour.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |