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