526 B
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