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

24 lines
344 B
Markdown
Raw Permalink Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: Page.target
---
# Page.target() method
> Warning: This API is now obsolete.
>
> Use [Page.createCDPSession()](./puppeteer.page.createcdpsession.md) directly.
A target this page was created from.
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
class Page {
abstract target(): Target;
2022-07-05 13:41:43 +00:00
}
```
**Returns:**
[Target](./puppeteer.target.md)