Back to Puppeteer

Browser.target() method

website/versioned_docs/version-24.40.0/api/puppeteer.browser.target.md

19.2.2289 B
Original Source

Browser.target() method

Gets the target associated with the default browser context).

Signature

typescript
class Browser {
  abstract target(): Target;
}

Returns:

Target