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().
Gets the associated ChildProcess.
class Browser {
abstract process(): ChildProcess | null;
}
Returns:
ChildProcess | null
null
if this instance was connected to via Puppeteer.connect().