Windows Authentication in IE & Chrome browser | Selenium Forum
P
Petchimuthu Pandiyan Posted on 31/07/2020

Hi,

Can we automate the windows authentication via Selenium. After launching the application URL, am getting username & password popup and I require to enter my credentials.

Can the above scenario be achieved . I have tried but I could not enter the credentials in the popup. could you help me in resolving this issue.

this scenario must work in IE & chrome. Appreciated any help on this

 

Regards,

Petchimuthu Pandiyan


A
Ashish Thakur Replied on 02/08/2020

Yes you can

But you will have to use Auto IT in that

In the Module - " uploading and downloading files with selenium" , I have covered Auto IT


P
Petchimuthu Pandiyan Replied on 03/08/2020

Thanks Ashish. Yes, we can achieve it via Auto IT. But all my scripts are configured and will execute in Jenkins, Auto IT doesn't detect in Jenkins run. So I would like to know is there any other way to automate this feature. could you let me know other way to handle this


A
Ashish Thakur Replied on 05/08/2020

Related Posts