Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 554 Bytes

puppeteer.elementhandle._.md

File metadata and controls

22 lines (13 loc) · 554 Bytes

Home > puppeteer > ElementHandle > $

ElementHandle.$() method

Signature:

$(selector: string): Promise<ElementHandle | null>;

Parameters

Parameter Type Description
selector string

Returns:

Promise<ElementHandle | null>