Docker Selenium hub - Node : Negotiated Credentials Required

0

We are trying to execute our selenium UI based tests on Hub and Node configured on Tin Server.

It is found that when we try to navigate to URL on node, it redirect page to error "Negotiated Credentials Required".

After doing some analysis it is found that , since node is on a Unix machine, it is trying to use credentials being used to invoke Selenium Node docker. In regular operation, application on a Windows machine works fine as it uses login credentials from Windows.

We are wondering, how we can block the chrome on node to pick credentials from Unix, so we can enter them via selenium commands or to run node with windows credentials (not sure if it is possible).

Note : Can not share code as it is behind wall.

Atul

Posted 2019-11-06T07:24:08.783

Reputation: 1

No answers