I have a web application which when launched manually gives me a windows popup asking for entering my credentials.
However, when I launch the appllication using webdriver it doesn't give me the popup window. It simply says authentication failed, Below is the error i get:
"Unauthorized"
The server could not verify that you are authorized to access the dcoument requested....."
How can I enter the credentials when it doesn't give me the option to enter the credentials. Manually it gives me the option to enter the enter the credentials but using webdriver it doesn't
I have a web application which when launched manually gives me a windows popup asking for entering my credentials.
However, when I launch the appllication using webdriver it doesn't give me the popup window. It simply says authentication failed, Below is the error i get:
"Unauthorized" The server could not verify that you are authorized to access the dcoument requested....."
How can I enter the credentials when it doesn't give me the option to enter the credentials. Manually it gives me the option to enter the enter the credentials but using webdriver it doesn't