2

I know there is already a question on handling pop up authentication in selenium web Driver, but in my framework the login credential is like "domain\username" so when i write down my URL:

obj.get(https://domain\Username:password@Example.com);

It gives error for "domain\Username" that "\" is not allowed.

Also my Password contains special character "@", Will it face any error??

Thanks in advance

  • Possible duplicate of [How to handle authentication popup with Selenium WebDriver using Java](http://stackoverflow.com/questions/24304752/how-to-handle-authentication-popup-with-selenium-webdriver-using-java) – Helping Hands Dec 11 '15 at 10:46
  • Put the exact error.. Try giving "\\" instead of "\" – Shamik Dec 11 '15 at 11:06

0 Answers0