puppeteer/website/versioned_docs/version-18.2.1/api/puppeteer.productlauncher.executablepath.md
2022-10-06 12:22:55 +02:00

204 B

sidebar_label
ProductLauncher.executablePath

ProductLauncher.executablePath property

Signature:

interface ProductLauncher {
  executablePath: (path?: any) => string;
}