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