adeffbaac1
* docs(new): migrate Page.ts to TSDoc (part 0 / 2) Co-authored-by: Changhao Han <changhaohan@chromium.org>
18 lines
395 B
Markdown
18 lines
395 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Page](./puppeteer.page.md) > [target](./puppeteer.page.target.md)
|
|
|
|
## Page.target() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
target(): Target;
|
|
```
|
|
<b>Returns:</b>
|
|
|
|
[Target](./puppeteer.target.md)
|
|
|
|
A target this page was created from.
|
|
|