我正在运行的程序,打开“铬浏览器”以下命令行参数在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.现在,我想在浏览器上使用 "firefox“实现同样的功能。我需要帮助找到火狐的命令行参数,这是类似铬浏览器。
我搜索了火狐网站,但是找不到替代的.。
发布于 2016-06-02 11:21:37
Mozilla -命令行选项记住: Mozilla是火狐,雷鸟,.因此,这看起来像规范性文档的地方-现实的检查,然后将是安装的二进制文件,但然后你可以在跟踪器中的问题(如果一个类似于你所需要的选项被记录,但不起作用)。
更新2021-08-30:注意,选项页处于存档状态,可能会有未列出的选项可用或列出的选项缺少更新版本。在Mozilla / Firefox项目提出关于这些选项的维护手册页面之前,确保支持哪些选项的好方法是使用--help参数在命令行中调用firefox。
发布于 2021-10-21 20:13:25
您可以试着在21/10/21的时候检查这一个。
发布于 2021-11-04 08:30:46
你也会想看看'-kiosk‘的论点(类似的铬’-应用程序‘arg),它并没有真正记录在其他评论中引用的页面中。
https://support.mozilla.org/en-US/kb/firefox-enterprise-kiosk-mode
https://stackoverflow.com/questions/37590272
复制相似问题