0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/docs/api/puppeteer.browsercontext.browser.md

337 B

sidebar_label
BrowserContext.browser

BrowserContext.browser() method

Gets the browser associated with this browser context.

Signature:

class BrowserContext {
  abstract browser(): Browser;
}

Returns:

Browser