puppeteer/docs/api/puppeteer.page.content.md
2022-07-01 11:52:39 +00:00

178 B

sidebar_label
Page.content

Page.content() method

Signature:

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

Returns:

Promise<string>