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