TouchscreenTouchscreen.tapVersion: 21.1.1On this pageTouchscreen.tap() methodDispatches a touchstart and touchend event.Signature:class Touchscreen { tap(x: number, y: number): Promise<void>;}ParametersParameterTypeDescriptionxnumberHorizontal position of the tap.ynumberVertical position of the tap.Returns:Promise<void>