From 06a92684f370c4a9df23430dc11fb29c0afaaa5a Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Wed, 28 Apr 2021 22:18:05 -0700 Subject: [PATCH] Reapply #6363 w/ modification--amend --- src/server/supplements/recorder/recorderApp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',