Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 522 Bytes

puppeteer.frame._.md

File metadata and controls

22 lines (13 loc) · 522 Bytes

Home > puppeteer > Frame > $

Frame.$() method

Signature:

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

Parameters

Parameter Type Description
selector string

Returns:

Promise<ElementHandle | null>