mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
Revert "Revert "fix: break require cycle (#6353)""
This reverts commit 17e966bc2e
.
This commit is contained in:
parent
17e966bc2e
commit
0becd9428a
@ -20,7 +20,6 @@ import * as util from 'util';
|
||||
import { CRPage } from '../../chromium/crPage';
|
||||
import { Page } from '../../page';
|
||||
import { ProgressController } from '../../progress';
|
||||
import { createPlaywright } from '../../playwright';
|
||||
import { EventEmitter } from 'events';
|
||||
import { internalCallMetadata } from '../../instrumentation';
|
||||
import type { CallLog, EventData, Mode, Source } from './recorderTypes';
|
||||
@ -95,7 +94,7 @@ export class RecorderApp extends EventEmitter {
|
||||
}
|
||||
|
||||
static async open(inspectedContext: BrowserContext): Promise<RecorderApp> {
|
||||
const recorderPlaywright = createPlaywright(true);
|
||||
const recorderPlaywright = require('../../playwright').createPlaywright() as import('../../playwright').Playwright;
|
||||
const args = [
|
||||
'--app=data:text/html,',
|
||||
'--window-size=600,600',
|
||||
|
Loading…
Reference in New Issue
Block a user