BrowserContext.browser() method
Gets the browser associated with this browser context.
Signature:
class BrowserContext {
abstract browser(): Browser;
}
Returns:
Gets the browser associated with this browser context.
class BrowserContext {
abstract browser(): Browser;
}
Returns: