puppeteer/docs/browsers-api/browsers.computeexecutablepath.md

24 lines
505 B
Markdown
Raw Normal View History

---
sidebar_label: computeExecutablePath
---
# computeExecutablePath() function
#### Signature:
```typescript
2023-04-06 12:50:22 +00:00
export declare function computeExecutablePath(
options: ComputeExecutablePathOptions
): string;
```
## Parameters
2023-04-06 12:50:22 +00:00
| Parameter | Type | Description |
| --------- | ----------------------------------------------------- | ----------- |
| options | [ComputeExecutablePathOptions](./browsers.options.md) | |
**Returns:**
string