Skip to main content

Touchscreen.tap() method

Dispatches a touchstart and touchend event.

Signature:

tap(x: number, y: number): Promise<void>;

Parameters

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

Returns:

Promise<void>