send_keys
Types text into the current input field at the cursor position without submitting, for mainframe screen interaction.
Instructions
Type text into the current input field at the cursor position. Does NOT submit.
Use send_enter / send_pf afterwards to submit. Do NOT use for passwords; the login tool fetches them from the OS keychain.
Args: text: Characters to type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |