puppeteer/docs/api/puppeteer.page.___1.md

349 B

sidebar_label
Page.$$_1

Page.$$() method

Signature:

class Page {$$(selector: string): Promise<ElementHandle[]>;}

Parameters

Parameter Type Description
selector string

Returns:

Promise<ElementHandle[]>