Reapply #6363 w/ modification--amend
This commit is contained in:
parent
0becd9428a
commit
06a92684f3
|
|
@ -94,7 +94,7 @@ export class RecorderApp extends EventEmitter {
|
||||||
}
|
}
|
||||||
|
|
||||||
static async open(inspectedContext: BrowserContext): Promise<RecorderApp> {
|
static async open(inspectedContext: BrowserContext): Promise<RecorderApp> {
|
||||||
const recorderPlaywright = require('../../playwright').createPlaywright() as import('../../playwright').Playwright;
|
const recorderPlaywright = require('../../playwright').createPlaywright(true) as import('../../playwright').Playwright;
|
||||||
const args = [
|
const args = [
|
||||||
'--app=data:text/html,',
|
'--app=data:text/html,',
|
||||||
'--window-size=600,600',
|
'--window-size=600,600',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue