playwright-core
Advanced tools
Comparing version 1.48.1-beta-1729768444000 to 1.48.1-beta-1729803910000
@@ -440,3 +440,4 @@ "use strict"; | ||
device: options.device, | ||
saveStorage: options.saveStorage | ||
saveStorage: options.saveStorage, | ||
handleSIGINT: false | ||
}); | ||
@@ -473,3 +474,4 @@ await openPage(context, url); | ||
testIdAttributeName, | ||
outputFile: outputFile ? _path.default.resolve(outputFile) : undefined | ||
outputFile: outputFile ? _path.default.resolve(outputFile) : undefined, | ||
handleSIGINT: false | ||
}); | ||
@@ -476,0 +478,0 @@ await openPage(context, url); |
@@ -58,2 +58,3 @@ "use strict"; | ||
constructor(codegenMode, context, params) { | ||
this.handleSIGINT = void 0; | ||
this._context = void 0; | ||
@@ -74,2 +75,3 @@ this._mode = void 0; | ||
this._mode = params.mode || 'none'; | ||
this.handleSIGINT = params.handleSIGINT; | ||
this._contextRecorder = new _contextRecorder.ContextRecorder(codegenMode, context, params, {}); | ||
@@ -76,0 +78,0 @@ this._context = context; |
@@ -122,3 +122,3 @@ "use strict"; | ||
useWebSocket: (0, _utils.isUnderTest)(), | ||
handleSIGINT: false, | ||
handleSIGINT: recorder.handleSIGINT, | ||
executablePath: inspectedContext._browser.options.isChromium ? inspectedContext._browser.options.customExecutablePath : undefined | ||
@@ -125,0 +125,0 @@ } |
{ | ||
"name": "playwright-core", | ||
"version": "1.48.1-beta-1729768444000", | ||
"version": "1.48.1-beta-1729803910000", | ||
"description": "A high-level API to automate web browsers", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7702984
108850