scroll-until-text
Scrolls until the specified text is found on screen.
Argument | Type | Description |
---|---|---|
| string | The text to find on screen. The longer and more unique, the better. |
| string | Available directions are: |
| number | How many pixels to scroll before giving up. Default is |
| enum | The matching algorithm to use. Possible values are |
Example Usage
Last updated