puppeteer/docs/api/puppeteer.page.target.md

20 lines
215 B
Markdown

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