mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
16 lines
411 B
Markdown
16 lines
411 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Page](./puppeteer.page.md) > [browserContext](./puppeteer.page.browsercontext.md)
|
||
|
|
||
|
## Page.browserContext() method
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
browserContext(): BrowserContext;
|
||
|
```
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
[BrowserContext](./puppeteer.browsercontext.md)
|
||
|
|