[Home](./index.md) > [puppeteer](./puppeteer.md) > [Page](./puppeteer.page.md) > [frames](./puppeteer.page.frames.md)
## Page.frames() method
Signature:
```typescript
frames(): Frame[];
```
Returns:
[Frame](./puppeteer.frame.md)\[\]
An array of all frames attached to the page.