Skip to main content
Version: Next

Touchscreen.tap() method

Dispatches a touchstart and touchend event.

Signature:

class Touchscreen {tap(x: number, y: number): Promise<void>;}

Parameters

ParameterTypeDescription
xnumberHorizontal position of the tap.
ynumberVertical position of the tap.

Returns:

Promise<void>