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

14 lines
221 B
Markdown
Raw Normal View History

---
sidebar_label: BrowserFetcherRevisionInfo.executablePath
---
# BrowserFetcherRevisionInfo.executablePath property
**Signature:**
```typescript
interface BrowserFetcherRevisionInfo {
executablePath: string;
}
```