chromium version error in path
I'm running into a frustrating issue with Playwright and Chromium, and I could really use some help. Here's what's going on:
The Error:
The Situation:
- Playwright is looking for Chromium in
/home/webapp/.cache/ms-playwright/chromium-1117/chrome-linux/chrome- But I actually have Chromium installed at
/home/webapp/.cache/ms-playwright/chromium-1140/chrome-linux/chromeMy Question:
How the hell can I specify which Chromium version Playwright should use?
I don't want to specify this in ENV since I want it to work out of the box and use playwright version that it install
Any help would be greatly appreciated. I'm pulling my hair out over here!
Thanks in advance!
