Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 461 Bytes

puppeteer.page.tap.md

File metadata and controls

22 lines (13 loc) · 461 Bytes

Home > puppeteer > Page > tap

Page.tap() method

Signature:

tap(selector: string): Promise<void>;

Parameters

Parameter Type Description
selector string

Returns:

Promise<void>