diff --git a/packages/playwright-core/browsers.json b/packages/playwright-core/browsers.json index b911a8afd54b9..df29ab99e17ba 100644 --- a/packages/playwright-core/browsers.json +++ b/packages/playwright-core/browsers.json @@ -39,7 +39,7 @@ }, { "name": "webkit", - "revision": "2197", + "revision": "2198", "installByDefault": true, "revisionOverrides": { "debian11-x64": "2105", diff --git a/packages/playwright-core/src/server/registry/index.ts b/packages/playwright-core/src/server/registry/index.ts index 433a6f35f6ca9..fde6b2f1017de 100644 --- a/packages/playwright-core/src/server/registry/index.ts +++ b/packages/playwright-core/src/server/registry/index.ts @@ -650,7 +650,7 @@ export class Registry { })); this._executables.push(this._createChromiumChannel('chrome-canary', { - 'linux': '', + 'linux': '/opt/google/chrome-canary/chrome', 'darwin': '/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary', 'win32': `\\Google\\Chrome SxS\\Application\\chrome.exe`, })); @@ -713,7 +713,7 @@ export class Registry { 'win32': `\\Google\\Chrome\\Application\\chrome.exe`, })); this._executables.push(this._createBidiChromiumChannel('bidi-chrome-canary', { - 'linux': '', + 'linux': '/opt/google/chrome-canary/chrome', 'darwin': '/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary', 'win32': `\\Google\\Chrome SxS\\Application\\chrome.exe`, }));