---
title: "childFrames() | Grafana k6 documentation"
description: "Browser module: frame.childFrames() method"
---

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

# childFrames()

This method returns an array of child frames.

### Returns

Expand table

| Type      | Description                                                                    |
|-----------|--------------------------------------------------------------------------------|
| `Frame[]` | An array of [Frame](/docs/k6/latest/javascript-api/k6-browser/frame/) objects. |
