We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0805f05 commit d4fde7bCopy full SHA for d4fde7b
lib/firefox/webdriver/firefox.js
@@ -67,8 +67,7 @@ export class Firefox {
67
browsingContextIds: [this.windowId],
68
debugLogs:
69
this.options.verbose >= 2 || this.firefoxConfig.enableBidiHarLog,
70
- maxBodySize:
71
- this.options.firefox.includeResponseBodies === 'all' ? 10_485_760 : 1,
+ maxBodySize: this.includeResponseBodies === 'all' ? 10_485_760 : 1,
72
driver: runner.getDriver(),
73
headerValueFormatter: this.options.cleanSensitiveHeaders
74
? cleanSensitiveHeaders
0 commit comments