20 lines
220 B
Markdown
20 lines
220 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)
|