find_text
Locate every occurrence of an exact, case-sensitive text string on the current mainframe screen, returning all row and column coordinates for each match.
Instructions
Return all (row, col) coordinates where the literal pattern appears on the current screen.
Args: pattern: Exact text to search for. Case-sensitive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |