mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
239 B
239 B
sidebar_label |
---|
Page.content |
Page.content() method
The full HTML contents of the page, including the DOCTYPE.
Signature:
class Page {
content(): Promise<string>;
}
Returns:
Promise<string>