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

14 lines
539 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [LaunchOptions](./puppeteer.launchoptions.md) &gt; [executablePath](./puppeteer.launchoptions.executablepath.md)
## 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.
<b>Signature:</b>
```typescript
executablePath?: string;
```