20 lines
228 B
Markdown
20 lines
228 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)
|