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