Windows authentication code no longer working now
问题 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 that. from selenium import webdriver import time import win32com.client driver=webdriver.Chrome('D:/Software/BrowsersDriver/ChromeDriver/chromedriver.exe') driver.maximize_window() driver.get("authentication windows url") shell = win32com.client.Dispatch("WScript.Shell") shell.Sendkeys("username") time.sleep(1) shell.Sendkeys