puppeteer/docs/api/puppeteer.browser.target.md
2023-09-18 11:05:23 +02:00

331 B

sidebar_label
Browser.target

Browser.target() method

Gets the target associated with the default browser context).

Signature:

class Browser {
  abstract target(): Target;
}

Returns:

Target