Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 331 Bytes

puppeteer.browser.target.md

File metadata and controls

19 lines (13 loc) · 331 Bytes
sidebar_label
Browser.target

Browser.target() method

Gets the target associated with the default browser context).

Signature:

class Browser {
  abstract target(): Target;
}

Returns:

Target