Skip to main content
Version: Next

Browser.disconnect() method

Disconnects Puppeteer from the browser, but leaves the Chromium process running. After calling disconnect, the Browser object is considered disposed and cannot be used anymore.

Signature:

class Browser {
disconnect(): void;
}

Returns:

void