Browser.process() 方法
🌐 Browser.process() method
获取关联的 ChildProcess。
🌐 Gets the associated ChildProcess.
语法
🌐 Signature
class Browser {
abstract process(): ChildProcess | null;
}
返回:
ChildProcess | null
🌐 ChildProcess | null
null 如果此实例是通过 Puppeteer.connect() 连接的。