Long-press + screenshot + ask
long_press_and_askLong-press at specified coordinates, take a screenshot, and ask a question about the resulting UI state. Use it to validate long-press behaviors in OpenGL-rendered apps without accessibility trees.
Instructions
Long-press at (x, y) for durationMs, wait briefly, take a screenshot, and ask a short question about the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| waitMs | No | Milliseconds to wait after releasing before screenshotting (default 500). | |
| question | Yes | ||
| durationMs | No | Hold duration in ms (default 800). |