17 lines
282 B
Markdown
17 lines
282 B
Markdown
---
|
|
sidebar_label: BrowserContext.newPage
|
|
---
|
|
# BrowserContext.newPage() method
|
|
|
|
Creates a new page in the browser context.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
class BrowserContext {newPage(): Promise<Page>;}
|
|
```
|
|
**Returns:**
|
|
|
|
Promise<[Page](./puppeteer.page.md)>
|
|
|