Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 178 Bytes

puppeteer.page.content.md

File metadata and controls

17 lines (12 loc) · 178 Bytes
sidebar_label
Page.content

Page.content() method

Signature:

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

Returns:

Promise<string>