0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/docs/browsers-api/browsers.process.md

1.3 KiB

sidebar_label
Process

Process class

Signature:

export declare class Process

Constructors

Constructor

Modifiers

Description

(constructor)(opts)

Constructs a new instance of the Process class

Properties

Property

Modifiers

Type

Description

nodeProcess

readonly

childProcess.ChildProcess

Methods

Method

Modifiers

Description

close()

hasClosed()

kill()

waitForLineOutput(regex, timeout)