puppeteer/docs/api/puppeteer.frame.childframes.md

17 lines
235 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.