BrowserBrowser.disconnectVersion: 23.9.0On this pageBrowser.disconnect() method Disconnects Puppeteer from this browser, but leaves the process running. Signature class Browser { abstract disconnect(): Promise<void>;} Returns: Promise<void>