Puppeteer 中文文档v25.8.0

HTTPResponse.remoteAddress() 方法

用于连接远程服务器的 IP 地址和端口号。

签名

class HTTPResponse {
  abstract remoteAddress(): RemoteAddress;
}

返回值:

RemoteAddress