Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How digestive authentication works in firefox ?

  • 1 reply
  • 1 has this problem
  • 5 views
  • Last reply by guigs

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 ?

Chosen solution

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/

Read this answer in context 👍 1

All Replies (1)

Chosen Solution

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/