Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 570 Bytes

puppeteer.browser.disconnect.md

File metadata and controls

17 lines (10 loc) · 570 Bytes

Home > puppeteer > Browser > disconnect

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:

disconnect(): void;

Returns:

void