scout_type
Type text into an input element by its snapshot ID using React-safe keyboard events. Optionally clear the field before typing.
Instructions
Type text into an input element by its snapshot ID. Uses React-safe keyboard events. If stateChange is 'navigation', call scout_snapshot before using any IDs again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Element ID from the last snapshot | |
| text | Yes | Text to type | |
| clear | No | Clear field before typing (default: false) |