Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 227 Bytes

puppeteer.browser.target.md

File metadata and controls

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

Browser.target() method

The target associated with the browser.

Signature:

class Browser {
  target(): Target;
}

Returns:

Target