diff --git a/lib/core/engine/command/perfStats.js b/lib/core/engine/command/perfStats.js index ffe277fdb..60369c301 100644 --- a/lib/core/engine/command/perfStats.js +++ b/lib/core/engine/command/perfStats.js @@ -26,7 +26,7 @@ export class PerfStatsInterface { * @throws {Error} Throws an error if not running Firefox. */ // eslint-disable-next-line prettier/prettier - async start(featureMask = 0xFF_FF_FF_FF) { + async start(featureMask = 0xFF_FF_FF_FF_FF_FF_FF_FFn) { if (this.options.browser === 'firefox') { return this.PerfStats.start(featureMask); } else {