BrowserContext.browser() method

Gets the browser associated with this browser context.

Signature

class BrowserContext {
  abstract browser(): Browser;
}

Returns:

Browser