Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 425 Bytes

puppeteer.frame.content.md

File metadata and controls

17 lines (10 loc) · 425 Bytes

Home > puppeteer > Frame > content

Frame.content() method

Signature:

content(): Promise<string>;

Returns:

Promise<string>

the full HTML contents of the frame, including the doctype.