Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 214 Bytes

puppeteer.frame.page.md

File metadata and controls

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

Frame.page() method

The page associated with the frame.

Signature:

class Frame {
  abstract page(): Page;
}

Returns:

Page