Come for answers, stay for best practices. All we're missing is you.
Forum question posted - We have SSO enabled and need the automated tool to handle this. Have you had experience getting this to work? Added image of the authenication prompt. Response - 1)
We don't encounter this dialog in any of our test environments, so we have never had to work with this dialog.
I did a google search and there are a lot of suggestions out there. One I saw a few times is:
driver.get("http://username:password@www.domain.com");
You can find more information here: https://stackoverflow.com/questions/45172303/how-to-handle-browser-authentication-in-chrome-using-selenium-webdriver-c
Thanks,
Kristin2)