Closes this browser and all associated pages.
class Browser { abstract close(): Promise<void>; }
Returns:
Promise<void>