puppeteer/docs/api/puppeteer.page.content.md
2022-07-05 15:41:43 +02:00

178 B

sidebar_label
Page.content

Page.content() method

Signature:

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

Returns:

Promise<string>