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§
- Gesture
Options - Options for gesture execution with diff support.
- Gesture
Result - 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.