2022-08-06 14:49:20 +00:00
|
|
|
---
|
|
|
|
sidebar_label: Browser.defaultBrowserContext
|
|
|
|
---
|
|
|
|
|
|
|
|
# Browser.defaultBrowserContext() method
|
|
|
|
|
|
|
|
Returns the default browser context. The default browser context cannot be closed.
|
|
|
|
|
2022-10-24 11:58:47 +00:00
|
|
|
#### Signature:
|
2022-08-06 14:49:20 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
class Browser {
|
|
|
|
defaultBrowserContext(): BrowserContext;
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
**Returns:**
|
|
|
|
|
|
|
|
[BrowserContext](./puppeteer.browsercontext.md)
|