Detect Chrome on Linux and Windows
Open
good first issue
- Dominant language
- TypeScript
- Stars
- 19
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
`launchChrome` in `packages/cdp/src/launch.ts` only falls back to the macOS Chrome path (`DEFAULT_MAC_CHROME`). On Linux/Windows you currently have to set `PIXELPI_CHROME`.
**Task:** add sensible default paths per platform (e.g. `google-chrome`/`chromium` on Linux via PATH, the standard `Program Files` paths on Windows), falling back to `PIXELPI_CHROME` and then a clear error.
Self-contained, no new deps. Good first PR.
Contributor guide
Assessment
This issue has not been assessed yet.