The browser class is instantiated when you run the launch
method.
[Symbol.asyncDispose](): Promise<void>
Closes the browser and all of its pages (if any were opened). The Browser object itself is considered to be disposed and cannot be used anymore.
disconnect(): Promise<void>
Disconnects the browser from the websocket connection. This is useful if you want to keep the browser running but don't want to use it anymore.
unsafelyGetCelestialBindings(): Celestial
Returns raw celestial bindings for the browser. Super unsafe unless you know what you're doing.
wsEndpoint(): string
The browser's websocket endpoint