puppeteer/docs/api/puppeteer.page.target.md
2023-11-09 13:57:33 +01:00

20 lines
224 B
Markdown

---
sidebar_label: Page.target
---
# Page.target() method
A target this page was created from.
#### Signature:
```typescript
class Page {
abstract target(): Target;
}
```
**Returns:**
[Target](./puppeteer.target.md)