2022-07-05 13:41:43 +00:00
|
|
|
---
|
|
|
|
sidebar_label: Target.browserContext
|
|
|
|
---
|
|
|
|
|
|
|
|
# Target.browserContext() method
|
|
|
|
|
|
|
|
Get the browser context the target belongs to.
|
|
|
|
|
2022-10-24 07:07:05 +00:00
|
|
|
#### Signature:
|
2022-07-05 13:41:43 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
class Target {
|
|
|
|
browserContext(): BrowserContext;
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
**Returns:**
|
|
|
|
|
|
|
|
[BrowserContext](./puppeteer.browsercontext.md)
|