[Question] Error: Executable doesn't exist at /home/user/.cache/ms-playwright/ffmpeg-1007/ffmpeg-linux
See original GitHub issueHello,
We are using PW version 1.27.1. While trying to connect to selenium-grid implementation using connectOptions in config file:
{
name: βchromeβ,
use: {
connectOptions: { wsEndpoint: wss://${endpoint}/playwright/chrome/playwright-1.27.1
}, }
}.
The above is working fine for chromium, webkit etc but throwing error for chrome.
Error Msg: browserContext.newPage: Executable doesnβt exist at /home/user/.cache/ms-playwright/ffmpeg-1007/ffmpeg-linux βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β Looks like Playwright Test or Playwright was just installed or updated. β β Please run the following command to download new browsers: β β β β npx playwright install β β β β β€οΈ Playwright Team β
Tried the following but still getting the same error:
- Running npx playwright install
- Updating to version 1.28 is still giving the same error.
Any suggestions on how to solve this?
Issue Analytics
- State:
- Created 10 months ago
- Comments:6 (4 by maintainers)
@PriyankaSoni1210 it looks like thereβs no expected version of ffmpeg inside the moon container; Iβd recommend reaching out to Moon folks for help.
Hello, We are using Moon, unfortunately I cannot disclose the endpoint. However, I think this is related to @playwright/test(connectOptions) as we are able to reach the endpoint by overriding the page fixture.