File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/playwright-core/src/server/registry Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -650,7 +650,7 @@ export class Registry {
650
650
} ) ) ;
651
651
652
652
this . _executables . push ( this . _createChromiumChannel ( 'chrome-canary' , {
653
- 'linux' : '' ,
653
+ 'linux' : '/opt/google/chrome-canary/chrome ' ,
654
654
'darwin' : '/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary' ,
655
655
'win32' : `\\Google\\Chrome SxS\\Application\\chrome.exe` ,
656
656
} ) ) ;
@@ -713,7 +713,7 @@ export class Registry {
713
713
'win32' : `\\Google\\Chrome\\Application\\chrome.exe` ,
714
714
} ) ) ;
715
715
this . _executables . push ( this . _createBidiChromiumChannel ( 'bidi-chrome-canary' , {
716
- 'linux' : '' ,
716
+ 'linux' : '/opt/google/chrome-canary/chrome ' ,
717
717
'darwin' : '/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary' ,
718
718
'win32' : `\\Google\\Chrome SxS\\Application\\chrome.exe` ,
719
719
} ) ) ;
You can’t perform that action at this time.
0 commit comments