Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 521 Bytes

puppeteer.page.__.md

File metadata and controls

22 lines (13 loc) · 521 Bytes

Home > puppeteer > Page > $$

Page.$$() method

Signature:

$$(selector: string): Promise<ElementHandle[]>;

Parameters

Parameter Type Description
selector string

Returns:

Promise<ElementHandle[]>