mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
17 lines
231 B
Markdown
17 lines
231 B
Markdown
---
|
|
sidebar_label: Page.browser
|
|
---
|
|
# Page.browser() method
|
|
|
|
Get the browser the page belongs to.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
class Page {browser(): Browser;}
|
|
```
|
|
**Returns:**
|
|
|
|
[Browser](./puppeteer.browser.md)
|
|
|