When attempting to navigate to a web page using the Selenium WebDriver for IE, I run into the issue of not being able to login to the site. The login is a windows security Active Directory login that appears in a popup like below. Has anyone had any luck with getting into this login?
相关问题
- How to fix IE ClearType + jQuery opacity problem i
- Selecting an item from a combo box selenium driver
- Is TWebBrowser dependant on IE version?
- Selenium in Java is not finding element when using
- How to send text to the search field through Selen
As said earlier, with Firefox its possible by creating a profile. Other than that HtmlUnitDriver supports active directory login to be used for authentication.
No, AFAIK not with webdriver anyway. Your best chance is to look for a proxy that is capable of handling kerberos, NTLM or whatever you have there.
Anyway, with firefox i had some luck with user:pass@yoursite.com mechanizm, but I don't remember what authentication scheme was used in that case.