Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 230 Bytes

puppeteer.page.browser.md

File metadata and controls

19 lines (13 loc) · 230 Bytes
sidebar_label
Page.browser

Page.browser() method

Get the browser the page belongs to.

Signature:

class Page {
  abstract browser(): Browser;
}

Returns:

Browser