Puppeteer 中文文档v25.8.0

ScreenRecorder.stop() 方法

停止录制器。

签名

class ScreenRecorder {
  stop(): Promise<void>;
}

返回值:

Promise<void>