My below code for windows authentication was working well for over a year. But for the last few days it is longer working now. I am not able to identify exact reason for tha
Did you try
driver.switchTo().alert();
or
driver.switchTo().activeElement();
before typing credentials?
However, if this works I can't explain why it worked before.