core/commands/native_tap/native_tap_models library

Classes

NativeTapAdbExecutionFailed
adb binary could not be launched.
NativeTapAdbFailed
adb shell input tap exited non-zero.
NativeTapAndroid
Android tap succeeded.
NativeTapIosSimulator
iOS Simulator tap delegated to in-process tap (UIApplication.sendEvent).
NativeTapMacosUnsupported
macOS — not supported.
NativeTapNoSession
No active fdb session found.
NativeTapPhysicalIosUnsupported
Physical iOS device — not yet supported.
NativeTapPlatformUnsupported
Unsupported platform.
NativeTapResult
Result of a nativeTap invocation.

Typedefs

NativeTapInput = ({double x, double y})
Input parameters for nativeTap.