---
sidebar_label: Frame.childFrames
---

# Frame.childFrames() method

**Signature:**

```typescript
class Frame {
  childFrames(): Frame[];
}
```

**Returns:**

[Frame](./puppeteer.frame.md)\[\]

an array of child frames.