mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
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> {
|
||||
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',
|
||||
|
Loading…
Reference in New Issue
Block a user