mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
8d026042db
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
334 B
334 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