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)\[\]
|
|
|
|
|
2022-08-11 05:55:02 +00:00
|
|
|
An array of child frames.
|