Closes this browser context and all associated pages.
class BrowserContext { abstract close(): Promise<void>; }
Returns:
Promise<void>
The default browser context cannot be closed.