puppeteer/docs/api/puppeteer.browser.process.md

344 B

sidebar_label
Browser.process

Browser.process() method

The spawned browser process. Returns null if the browser instance was created with Puppeteer.connect().

Signature:

class Browser {process(): ChildProcess | null;}

Returns:

ChildProcess | null