mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00: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> {
|
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…
x
Reference in New Issue
Block a user