Browser.process() 方法
¥Browser.process() method
获取关联的 ChildProcess。
¥Gets the associated ChildProcess.
签名
¥Signature
class Browser {
abstract process(): ChildProcess | null;
}
Returns:
ChildProcess | null
null
(如果该实例通过 Puppeteer.connect() 连接到)。
¥null
if this instance was connected to via Puppeteer.connect().