Puppeteer 中文文档v25.8.0

DefaultProvider.getExecutablePath() 方法

签名

class DefaultProvider {
  getExecutablePath(options: {
    browser: Browser;
    buildId: string;
    platform: BrowserPlatform;
  }): string;
}

参数

参数

类型

说明

options

{ browser: Browser; buildId: string; platform: BrowserPlatform; }

返回值:

string