20 lines
205 B
Markdown
20 lines
205 B
Markdown
---
|
|
sidebar_label: Frame.page
|
|
---
|
|
|
|
# Frame.page() method
|
|
|
|
The page associated with the frame.
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
class Frame {
|
|
page(): Page;
|
|
}
|
|
```
|
|
|
|
**Returns:**
|
|
|
|
[Page](./puppeteer.page.md)
|