Tap a normalized point
tap_normalizedTap any screen location using normalized coordinates (0-1) from a screenshot, without needing the screen's pixel scale.
Instructions
Tap at a normalized position where (0,0) is the top-left and (1,1) the bottom-right of the screen. Useful when tapping from a screenshot without knowing the scale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | fraction of screen width | |
| y | Yes | fraction of screen height |