double_tap
Simulates a double-tap gesture on specified coordinates or elements to test mobile interactions like zoom or edit.
Instructions
Simulate double-tap at coordinates or on an element. Useful for testing double-tap-to-zoom, double-tap-to-edit, or other mobile interactions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Element or position to double-tap | |
| interval | No | Interval between taps in ms (default: 80ms) | |
| tabId | No | Target tab ID (defaults to currently active tab) | |
| apiKey | No | API key for authentication if enabled |