ios_scroll
Scroll up, down, left, or right on an iOS device, optionally stopping as soon as specified text becomes visible. Find elements by scrolling until they appear.
Instructions
Scroll, optionally until some text comes into view.
With until, this stops as soon as the text appears and gives up when
the content stops moving, so it will not spin at the end of a list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | A ref from the last observation, such as 'e7'. Preferred. | |
| until | No | Keep scrolling until this text appears. | |
| target | No | Plain description of the element, e.g. 'the Send button'. Used if no ref. | |
| idem_key | No | Optional key making a retry a no-op. Pass the same key when repeating an action you are unsure completed. | |
| direction | No | up, down, left, or right. | down |
| max_scrolls | No | Cap on repeats when `until` is set. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||