puppeteer/website/versioned_docs/version-16.1.0/api/puppeteer.productlauncher.executablepath.md

14 lines
204 B
Markdown
Raw Normal View History

---
sidebar_label: ProductLauncher.executablePath
---
# ProductLauncher.executablePath property
**Signature:**
```typescript
interface ProductLauncher {
executablePath: (path?: any) => string;
}
```