18 lines
389 B
Markdown
18 lines
389 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Page](./puppeteer.page.md) > [frames](./puppeteer.page.frames.md)
|
|
|
|
## Page.frames() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
frames(): Frame[];
|
|
```
|
|
<b>Returns:</b>
|
|
|
|
[Frame](./puppeteer.frame.md)\[\]
|
|
|
|
An array of all frames attached to the page.
|
|
|