2022-10-21 13:09:21 +00:00
|
|
|
---
|
|
|
|
sidebar_label: Configuration.executablePath
|
|
|
|
---
|
|
|
|
|
|
|
|
# Configuration.executablePath property
|
|
|
|
|
2022-10-24 07:07:05 +00:00
|
|
|
Specifies an executable path to be used in [puppeteer.launch](./puppeteer.puppeteernode.launch.md).
|
|
|
|
|
|
|
|
Can be overridden by `PUPPETEER_EXECUTABLE_PATH`.
|
|
|
|
|
|
|
|
#### Signature:
|
2022-10-21 13:09:21 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface Configuration {
|
|
|
|
executablePath?: string;
|
|
|
|
}
|
|
|
|
```
|
2022-10-24 07:07:05 +00:00
|
|
|
|
|
|
|
#### Default value:
|
|
|
|
|
|
|
|
Auto-computed.
|