You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
browserType.launchPersistentContext: Executable doesn't exist at C:\Users\myuser\AppData\Local\ms-playwright\chromium-1148\chrome-win\chrome.exe
╔═════════════════════════════════════════════════════════════════════════╗
║ 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 ║
╚═════════════════════════════════════════════════════════════════════════╝
This is not mentioned in the instructions. Is it expected behavior? Should I run npx playwright install or will it overwrite the patched browser?
The text was updated successfully, but these errors were encountered:
You can run npx playwright install and then run patch the installation with bunx rebrowser-patches@latest patch --packageName playwright. Rebrowser does not actually give you a patched chromium executable, you can use whichever you'd like. It only patches code inside puppeteer & playwright.
When I follow the second set of instructions under Is there an easy drop-in replacement?, then try to run my program, I get the following error:
This is not mentioned in the instructions. Is it expected behavior? Should I run
npx playwright install
or will it overwrite the patched browser?The text was updated successfully, but these errors were encountered: