> ## Documentation Index
> Fetch the complete documentation index at: https://skyvern.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# frame_list

List all frames on the current page with metadata.

```python theme={null}
frames = await page.frame_list()
```

## Returns `list[dict[str, Any]]`

Metadata for each frame on the page.
