Puppeteer 中文文档v25.8.0

CDPSession.id() 方法

返回会话的 id。

签名

class CDPSession {
  abstract id(): string;
}

返回值:

string