Skip to content

Commit 9cc41c2

Browse files
inancgumusschalksnyman
authored andcommitted
Async frame.page
1 parent 1211b04 commit 9cc41c2

File tree

1 file changed

+16
-0
lines changed
  • docs/sources/next/javascript-api/k6-browser/frame

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: 'page()'
3+
description: 'Browser module: frame.page() method'
4+
---
5+
6+
# page()
7+
8+
This method returns the parent [Page](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/page/) object of the [Frame](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/frame/).
9+
10+
<TableWithNestedRows>
11+
12+
### Returns
13+
14+
| Type | Description |
15+
| ------ | ------------------------------------ |
16+
| `Page` | The parent page object of the frame. |

0 commit comments

Comments
 (0)