b4507c69c1
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
20 lines
272 B
Markdown
20 lines
272 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)>
|