MultiTouch Method (MobileDevice)

Class

MobileDevice class

Action

Performs a multi-touch operation with the given pointers. For every given pointer a swipe operation is executed at the same time.

Syntax

device.MultiTouch(pointers)
Variable Description
pointers A list of pointers where every pointer contains a list of points describing it's touch path. LIST OF LIST OF POINT.