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

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

# title()

Returns the frame’s title.

### Returns

Expand table

| Type              | Description                                     |
|-------------------|-------------------------------------------------|
| `Promise<string>` | A Promise that fulfills with the frame’s title. |
