[Home](./index.md) > [puppeteer](./puppeteer.md) > [Touchscreen](./puppeteer.touchscreen.md) > [tap](./puppeteer.touchscreen.tap.md) ## Touchscreen.tap() method Signature: ```typescript tap(x: number, y: number): Promise; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | x | number | | | y | number | | Returns: Promise<void>