如何让 Selenium 服务器启动的 Firefox 实例记住表单历史记录?

发布于 2024-09-14 18:02:04 字数 153 浏览 5 评论 0原文

我的 Selenium 服务器有一个特殊的配置文件,其中包含各种表单历史记录,当我定期启动 Firefox 时,我确实可以使用它们。然而,当 Selenium 服务器从此配置文件启动 Firefox 实例时,没有它们的踪迹(尽管常规浏览器历史记录看起来很好)。

有什么想法吗?

I have a special profile for my Selenium server with various form history in it, and when I launch Firefox regularly I can indeed use them. However, when Selenium server launches a Firefox instance from this profile, there is no trace of them (although the regular browser history appears just fine).

Any ideas?

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

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

发布评论

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

评论(2

贩梦商人 2024-09-21 18:02:05

您可以在启动 Selenium RC 时尝试使用 reuseBrowserSession 命令行参数,在浏览器启动之间保留会话详细信息。

You could try using the reuseBrowserSession command line parameter when launching Selenium RC, retains session details between browser launches.

空袭的梦i 2024-09-21 18:02:05

为什么不将其另存为 JSON 或 YAML 或 .properties 文件?

Why don't you save it as JSON or YAML or .properties file?

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