我使用以下python代码绕过NTLM弹出窗口。
chromedriver = webdriver.Chrome(executable_path=chromedriver_path, chrome_options=options) chromedriver.get("https://username:password@url.com")
弹出窗口无法绕过,仍然存在,并且测试中断。
selenium python-3.x
python-3.x ×1
selenium ×1