puppeteer/website/versioned_docs/version-9.1.1/puppeteer.launchoptions.executablepath.md
2021-08-10 11:09:48 +01:00

539 B

Home > puppeteer > LaunchOptions > executablePath

LaunchOptions.executablePath property

Path to a browser executable to use instead of the bundled Chromium. Note that Puppeteer is only guaranteed to work with the bundled Chromium, so use this setting at your own risk.

Signature:

executablePath?: string;