--- sidebar_label: Page.content --- # Page.content() method The full HTML contents of the page, including the DOCTYPE. #### Signature: ```typescript class Page { content(): Promise; } ``` **Returns:** Promise<string>