17 lines
239 B
Markdown
17 lines
239 B
Markdown
---
|
|
sidebar_label: Target.browser
|
|
---
|
|
# Target.browser() method
|
|
|
|
Get the browser the target belongs to.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
class Target {browser(): Browser;}
|
|
```
|
|
**Returns:**
|
|
|
|
[Browser](./puppeteer.browser.md)
|
|
|