From 2b0ba37ed023d563786be6afc3d72a0199de371b Mon Sep 17 00:00:00 2001 From: Pierre Jacquier Date: Fri, 10 Jan 2025 18:37:26 +0000 Subject: [PATCH] Use Chromium instead of Chrome for Playwright Electron (#5001) * Use Chromium instead of Chrome for Playwright Electron * Remove channel --- playwright.electron.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playwright.electron.config.ts b/playwright.electron.config.ts index 9814f10eb9..5bebd855d4 100644 --- a/playwright.electron.config.ts +++ b/playwright.electron.config.ts @@ -32,10 +32,9 @@ export default defineConfig({ }, projects: [ { - name: 'Google Chrome', + name: 'chromium', use: { ...devices['Desktop Chrome'], - channel: 'chrome', contextOptions: { /* Chromium is the only one with these permission types */ permissions: ['clipboard-write', 'clipboard-read'],