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

20 lines
224 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: Frame.childFrames
---
# Frame.childFrames() method
**Signature:**
```typescript
class Frame {
childFrames(): Frame[];
}
```
**Returns:**
[Frame](./puppeteer.frame.md)\[\]
An array of child frames.