首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >firefox的命令行参数

firefox的命令行参数
EN

Stack Overflow用户
提问于 2016-06-02 11:14:50
回答 3查看 17.3K关注 0票数 1

我正在运行的程序,打开“铬浏览器”以下命令行参数在Linux。

代码语言:javascript
复制
--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“实现同样的功能。我需要帮助找到火狐的命令行参数,这是类似铬浏览器。

我搜索了火狐网站,但是找不到替代的.

EN

回答 3

Stack Overflow用户

回答已采纳

发布于 2016-06-02 11:21:37

Mozilla -命令行选项记住: Mozilla是火狐,雷鸟,.因此,这看起来像规范性文档的地方-现实的检查,然后将是安装的二进制文件,但然后你可以在跟踪器中的问题(如果一个类似于你所需要的选项被记录,但不起作用)。

更新2021-08-30:注意,选项页处于存档状态,可能会有未列出的选项可用或列出的选项缺少更新版本。在Mozilla / Firefox项目提出关于这些选项的维护手册页面之前,确保支持哪些选项的好方法是使用--help参数在命令行中调用firefox。

票数 2
EN

Stack Overflow用户

发布于 2021-10-21 20:13:25

您可以试着在21/10/21的时候检查这一个

票数 1
EN

Stack Overflow用户

发布于 2021-11-04 08:30:46

你也会想看看'-kiosk‘的论点(类似的铬’-应用程序‘arg),它并没有真正记录在其他评论中引用的页面中。

https://support.mozilla.org/en-US/kb/firefox-enterprise-kiosk-mode

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/37590272

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档