[go: up one dir, main page]

Skip to main content
Version: 24.23.0

Page.content() method

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

Signature

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

Returns:

Promise<string>