Puppeteer 中文文档v25.8.0

resolveBuildId() 函数

签名

export declare function resolveBuildId(
  browser: Browser,
  platform: BrowserPlatform,
  tag: string | BrowserTag,
): Promise<string>;

参数

参数

类型

说明

browser

Browser

platform

BrowserPlatform

tag

string | BrowserTag

返回值:

Promise<string>