Skip to content

Commit

Permalink
patch(playwright): expose recorder._context
Browse files Browse the repository at this point in the history
  • Loading branch information
ruifigueira committed Dec 21, 2024
1 parent 263f22e commit 3a999ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/packages/playwright-core/src/server/recorder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const recorderSymbol = Symbol('recorderSymbol');

export class Recorder implements InstrumentationListener, IRecorder {
readonly handleSIGINT: boolean | undefined;
private _context: BrowserContext;
readonly _context: BrowserContext;
private _mode: Mode;
private _highlightedElement: { selector?: string, ariaTemplate?: ParsedYaml } = {};
private _overlayState: OverlayState = { offsetX: 0 };
Expand Down

0 comments on commit 3a999ff

Please sign in to comment.