inkling / Subliminal

An understated approach to iOS integration testing.
Other
756 stars 54 forks source link

Simulate custom gestures #83

Open wearhere opened 11 years ago

wearhere commented 11 years ago

A custom gesture is a gesture other than tapping/touching-and-holding (at a single point), dragging/swiping (in straight lines), or rotating.

To simulate arbitrary gestures, we would need to be able to simulate touches directly, as occurring at specific points, at particular times.

wearhere commented 11 years ago