Back to Puppeteer

Browser.target() method

docs/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