Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 205 Bytes

puppeteer.frame.page.md

File metadata and controls

19 lines (13 loc) · 205 Bytes
sidebar_label
Frame.page

Frame.page() method

Signature:

class Frame {
  page(): Page;
}

Returns:

Page

The page associated with the frame.