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

# page()

This method returns the parent [Page](/docs/k6/latest/javascript-api/k6-browser/page/) object of the [Frame](/docs/k6/latest/javascript-api/k6-browser/frame/).

### Returns

Expand table

| Type   | Description                          |
|--------|--------------------------------------|
| `Page` | The parent page object of the frame. |
