Skip to main content

Module gesture

Module gesture 

Source
Expand description

Unified gesture API for device automation.

Provides a platform-agnostic interface for performing gestures (tap, swipe, text) on iOS simulators, Android devices, and macOS local machine.

Structs§

GestureOptions
Options for gesture execution with diff support.
GestureResult
Result of a gesture with diff information.

Constants§

LOCAL_DEVICE_ID
Special device ID for macOS local machine.

Functions§

swipe
Perform a swipe gesture on a device.
tap
Perform a tap gesture on a device.
text
Input text on a device.
verify_device
Verify that a device exists and is available.