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

20 lines
234 B
Markdown
Raw Permalink Normal View History

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