Puppeteer 中文文档v25.8.0

HTTPRequest.method() 方法

使用的方法(GETPOST 等)

签名

class HTTPRequest {
  abstract method(): string;
}

返回值:

string