Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

command line parameters for firefox

  • 2 відповіді
  • 1 має цю проблему
  • 1885 переглядів
  • Остання відповідь від manojpalhade

more options

I am running program which open "chromium-browser" with following command-line parameters in Linux.

--incognito = Causes the browser to launch directly in incognito mode. ↪

--no-first-run = Skip First Run tasks, whether or not it's actually the First Run. Overridden by kForceFirstRun.

                   This does not drop the First Run sentinel and thus doesn't prevent first run from occuring the 
                   next time chrome is launched without this flag. 

--disable-save-password-bubble

--password-store = Specifies which password store to use (detect, default, gnome, kwallet). --password-store=basic

--no-default-browser-check = Disables the default browser check. Useful for UI/browser tests where we want to avoid having

                               the default browser info-bar displayed.

--window-size = Specify the initial window size: --window-size=w,h --window-size=1024,1024

--app = Specifies that the associated value should be launched in "application" mode.


Now I want to do the same thing with "firefox" browser. I need help to find firefox command-line parameter for firefox which is similar to chromium-browser.

I searched firefox website but not able to find alternatives for same.

Thanks in Advance.

I am running program which open "chromium-browser" with following command-line parameters in Linux. --incognito = Causes the browser to launch directly in incognito mode. ↪ --no-first-run = Skip First Run tasks, whether or not it's actually the First Run. Overridden by kForceFirstRun. This does not drop the First Run sentinel and thus doesn't prevent first run from occuring the next time chrome is launched without this flag. --disable-save-password-bubble --password-store = Specifies which password store to use (detect, default, gnome, kwallet). --password-store=basic --no-default-browser-check = Disables the default browser check. Useful for UI/browser tests where we want to avoid having the default browser info-bar displayed. --window-size = Specify the initial window size: --window-size=w,h --window-size=1024,1024 --app = Specifies that the associated value should be launched in "application" mode. Now I want to do the same thing with "firefox" browser. I need help to find firefox command-line parameter for firefox which is similar to chromium-browser. I searched firefox website but not able to find alternatives for same. Thanks in Advance.

Обране рішення

Is there any way to disable Toolbar while launching firefox in shellscript.

Читати цю відповідь у контексті 👍 0

Усі відповіді (2)

more options
more options

Вибране рішення

Is there any way to disable Toolbar while launching firefox in shellscript.