0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/new-docs/puppeteer.browser.process.md
2020-06-23 07:19:15 +02:00

526 B

Home > puppeteer > Browser > process

Browser.process() method

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

Signature:

process(): ChildProcess | null;

Returns:

ChildProcess | null