测试插件时保留cookie

发布于 2024-11-09 02:46:53 字数 188 浏览 0 评论 0原文

我正在使用 Firefox Add-on SDK 开发一个插件。我在测试时使用 cfx 来运行我的插件。

当突出显示到 Twitter 时,该应用程序会发布一些文本。

问题是每次我修改代码时我都必须重新登录 Twitter。有什么方法可以确保在测试/调试时保存 cookie?与正常打开和关闭 Firefox 时发生的情况类似吗?

I'm developing an addon using Firefox Add-on SDK. I am using cfx to run my addons when testing.

The app posts some text when highlighted to twitter.

The problem is each time I modify the code I have to log back into twitter. Is there any way to ensure cookies are saved whilst testing/debugging? Similar to what happens when you open and close Firefox normally?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

流殇 2024-11-16 02:46:53

调用cfx的参数是什么?默认情况下,cxf新配置文件中执行。

您需要使用-p PROFILEDIR--profiledir=PROFILEDIR > 使用特定配置文件的参数以及相关设置。

来自注释@ https://jetpack .mozillalabs.com/sdk/1.0b5/docs/dev-guide/addon-development/cfx-tool.html

What are your parameters for calling cfx? By default, cxf executes in a new profile.

You need to use -p PROFILEDIR or --profiledir=PROFILEDIR param to use a specific profile, and associated settings.

From notes @ https://jetpack.mozillalabs.com/sdk/1.0b5/docs/dev-guide/addon-development/cfx-tool.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文