18 lines
433 B
Markdown
18 lines
433 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [BrowserContext](./puppeteer.browsercontext.md) > [browser](./puppeteer.browsercontext.browser.md)
|
||
|
|
||
|
## BrowserContext.browser() method
|
||
|
|
||
|
The browser this browser context belongs to.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
browser(): Browser;
|
||
|
```
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
[Browser](./puppeteer.browser.md)
|
||
|
|