We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0becd94 commit 06a9268Copy full SHA for 06a9268
src/server/supplements/recorder/recorderApp.ts
@@ -94,7 +94,7 @@ export class RecorderApp extends EventEmitter {
94
}
95
96
static async open(inspectedContext: BrowserContext): Promise<RecorderApp> {
97
- const recorderPlaywright = require('../../playwright').createPlaywright() as import('../../playwright').Playwright;
+ const recorderPlaywright = require('../../playwright').createPlaywright(true) as import('../../playwright').Playwright;
98
const args = [
99
'--app=data:text/html,',
100
'--window-size=600,600',
0 commit comments