Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 243 Bytes

puppeteer.frame.content.md

File metadata and controls

19 lines (13 loc) · 243 Bytes
sidebar_label
Frame.content

Frame.content() method

Signature:

class Frame {
  content(): Promise<string>;
}

Returns:

Promise<string>

The full HTML contents of the frame, including the DOCTYPE.