cloak_type
Types text into web form fields identified by reference IDs from page snapshots. Clears existing text automatically and can submit forms by pressing Enter.
Instructions
Type text into an input by its [@eN] ref ID from cloak_snapshot.
Clears the field first by default. Set submit=True to press Enter after. Returns an updated snapshot.
Args: page_id: Target page ID. ref: Ref ID from snapshot (e.g. '@e3' or 'e3'). text: Text to type. clear: Clear field before typing (default: True). submit: Press Enter after typing (default: False).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| ref | Yes | ||
| text | Yes | ||
| clear | No | ||
| submit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||