Skip to content

Commit f634fc0

Browse files
authored
Upgrade to bidi-har-export 0.0.22 (#2361)
1 parent dae0b31 commit f634fc0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

lib/firefox/webdriver/firefox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ export class Firefox {
6565
if (!this.options.skipHar) {
6666
this.har = new adapters.SeleniumBiDiHarRecorder({
6767
browsingContextIds: [this.windowId],
68+
skipBodyData: this.includeResponseBodies === 'all' ? false : true,
6869
debugLogs:
6970
this.options.verbose >= 2 || this.firefoxConfig.enableBidiHarLog,
70-
maxBodySize: this.includeResponseBodies === 'all' ? 10_485_760 : 1,
7171
driver: runner.getDriver(),
7272
headerValueFormatter: this.options.cleanSensitiveHeaders
7373
? cleanSensitiveHeaders

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"chrome-remote-interface": "0.33.3",
1818
"execa": "9.6.0",
1919
"fast-stats": "0.0.7",
20-
"ff-test-bidi-har-export": "0.0.18",
20+
"ff-test-bidi-har-export": "0.0.22",
2121
"lodash.merge": "4.6.2",
2222
"selenium-webdriver": "4.39.0",
2323
"yargs": "18.0.0"

0 commit comments

Comments
 (0)