搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

How digestive authentication works in firefox ?

  • 1 个回答
  • 1 人有此问题
  • 6 次查看
  • 最后回复者为 guigs

more options

I have used normal Firefox profile, it does authentication. When I use selenium profile it doesn't. What is preference that need to be set in order to share information between windows that are opened in a session ?

I have used normal Firefox profile, it does authentication. When I use selenium profile it doesn't. What is preference that need to be set in order to share information between windows that are opened in a session ?

被采纳的解决方案

Integrated Authentication network.ntlm.send-lm-response: enable this (set to true) network.automatic-ntlm-auth.trusted-uris: set this to a string representing your host (it’s a URL pattern) Reference:https://blogs.atlassian.com/2009/06/selenium_testing_with_windows/

定位到答案原位置 👍 1

所有回复 (1)

more options

选择的解决方案

Integrated Authentication network.ntlm.send-lm-response: enable this (set to true) network.automatic-ntlm-auth.trusted-uris: set this to a string representing your host (it’s a URL pattern) Reference:https://blogs.atlassian.com/2009/06/selenium_testing_with_windows/