22 lines
417 B
Markdown
22 lines
417 B
Markdown
---
|
|
sidebar_label: computeExecutablePath
|
|
---
|
|
|
|
# computeExecutablePath() function
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
export declare function computeExecutablePath(options: Options): string;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --------- | -------------------------------- | ----------- |
|
|
| options | [Options](./browsers.options.md) | |
|
|
|
|
**Returns:**
|
|
|
|
string
|