mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
402 B
402 B
sidebar_label |
---|
Browser.process |
Browser.process() method
Gets the associated ChildProcess.
Signature:
class Browser {
abstract process(): ChildProcess | null;
}
Returns:
ChildProcess | null
null
if this instance was connected to via Puppeteer.connect().