---
sidebar_label: Page.content
---

# Page.content() method

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

#### Signature:

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

**Returns:**

Promise&lt;string&gt;