From ee290ac0b6562df0871a9a5da9fd2952eef55886 Mon Sep 17 00:00:00 2001 From: animalan <88772825+animalan@users.noreply.github.com> Date: Fri, 12 Jun 2026 13:10:48 -0400 Subject: [PATCH] Show --firefox.env in help --- lib/support/cli.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/support/cli.js b/lib/support/cli.js index 322f03a3a..6e987d34d 100644 --- a/lib/support/cli.js +++ b/lib/support/cli.js @@ -495,14 +495,12 @@ export function parseCommandLine() { 'To add multiple arguments to Firefox, repeat --firefox.args once per argument.', group: 'firefox' }) - /* -- Remove from the help until we have the new Geckodriver > 0.26 .option('firefox.env', { describe: 'Extra environment variables to set in the format name=value. ' + 'To add multiple environment variables, repeat --firefox.env once per environment variable.', group: 'firefox' }) - */ .option('firefox.includeResponseBodies', { describe: 'Include response bodies in HAR', default: 'none',