diff --git a/src/server/supplements/recorder/recorderApp.ts b/src/server/supplements/recorder/recorderApp.ts index 3514618aaa..88ff1bed25 100644 --- a/src/server/supplements/recorder/recorderApp.ts +++ b/src/server/supplements/recorder/recorderApp.ts @@ -94,7 +94,7 @@ export class RecorderApp extends EventEmitter { } static async open(inspectedContext: BrowserContext): Promise { - const recorderPlaywright = require('../../playwright').createPlaywright() as import('../../playwright').Playwright; + const recorderPlaywright = require('../../playwright').createPlaywright(true) as import('../../playwright').Playwright; const args = [ '--app=data:text/html,', '--window-size=600,600',