puppeteer/website/versioned_docs/version-16.1.0/api/puppeteer.frame.childframes.md

20 lines
224 B
Markdown
Raw Normal View History

---
sidebar_label: Frame.childFrames
---
# Frame.childFrames() method
**Signature:**
```typescript
class Frame {
childFrames(): Frame[];
}
```
**Returns:**
[Frame](./puppeteer.frame.md)\[\]
an array of child frames.