get_text_at
Read characters from a specific row and column on the mainframe screen to inspect or verify displayed data.
Instructions
Return text at a specific screen position.
Args: row: 1-based row index (1-24). col: 1-based column index (1-80). length: Number of characters to read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | Yes | ||
| row | Yes | ||
| length | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |