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