SwipeLeft Method (IMobileGestures)

Action

Performs a left-swipe.

Syntax

C#
iMobileGestures.SwipeLeft([steps, delayBetweenSteps])
VB
iMobileGestures.SwipeLeft([steps, delayBetweenSteps])
Variable Description
steps Optional: the number of steps for the swipe. Increase the amount of steps to increase the duration of the swipe. Integer.
delayBetweenSteps Optional: the delay in milliseconds between swipe steps. For example, when scrolling an application with a swipe operation, it depends on the swipe speed how far the application scrolls. Typically a higher delay (e.g. 300 milliseconds) creates more reproducible results. Integer.