61 words
1 min
Playwright Version Matching Chromium 1187
While running crawl4ai on my home PC, I found that Chromium 1187 was missing. Installing the latest Playwright did not provide that browser revision.
2025-11-24
While running crawl4ai on my home PC, I found that the required Playwright browser revision was missing. Installing the latest Playwright still did not include this exact revision.
BrowserType.launch: Executable doesn't exist at C:\Users\Evepupil\AppData\Local\ms-playwright\chromium-1187\chrome-win\chrome.exeAfter trying multiple versions, I found that:
npm install @playwright/test@1.55.0This version includes the exact Chromium 1187 browser build.

After installing that Playwright version, install the matching Chromium with:
npx playwright install chromium