Related to this question: How to handle login pop up window using Selenium WebDriver?
url I am using:
https://username:password@url.com
When I try to enter the url containing username and password in IE 11, it gives an error.
Windows cannot find '...url...'. Check the spelling and try again.
I tried the other methods and none of them is working, but that is because the login pop up is a Windows Security window and not normal js alert. Here I asked that question: https://sqa.stackexchange.com/questions/35002/how-to-handle-password-alert-pop-up-windows-security-on-ie
This method is giving a different error and I am curious as to why this is the case. Some permission missing that allows the url to contain credentials?