mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
7025f1c5ea
* docs(new): migrate Target to TSDoc Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
18 lines
485 B
Markdown
18 lines
485 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Target](./puppeteer.target.md) > [page](./puppeteer.target.page.md)
|
|
|
|
## Target.page() method
|
|
|
|
If the target is not of type `"page"` or `"background_page"`<!-- -->, returns `null`<!-- -->.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
page(): Promise<Page | null>;
|
|
```
|
|
<b>Returns:</b>
|
|
|
|
Promise<[Page](./puppeteer.page.md) \| null>
|
|
|