7025f1c5ea
* docs(new): migrate Target to TSDoc Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
18 lines
462 B
Markdown
18 lines
462 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Target](./puppeteer.target.md) > [opener](./puppeteer.target.opener.md)
|
|
|
|
## Target.opener() method
|
|
|
|
Get the target that opened this target. Top-level targets return `null`<!-- -->.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
opener(): Target | null;
|
|
```
|
|
<b>Returns:</b>
|
|
|
|
[Target](./puppeteer.target.md) \| null
|
|
|