-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Version of chromium miss match
It used to run well. However, recently I get
browserType.launch: Executable doesn't exist at /Users/momo/Library/Caches/ms-playwright/chromium-1187/chrome-mac/Chromium.app/Contents/MacOS/Chromium
╔═════════════════════════════════════════════════════════════════════════╗
║ Looks like Playwright Test or Playwright was just installed or updated. ║
║ Please run the following command to download new browsers: ║
║ ║
║ npx playwright install ║
║ ║
║ <3 Playwright Team ║
╚═════════════════════════════════════════════════════════════════════════╝
I check the directory and find I have chromium-1193 rather than chromium-1187. Is this caused by the fact that it doesn't support for newer version of chromium?
Environment
- OS: macOS
- Node Version: 24.7.0
- Package Version: 0.2.3
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working