How can i sign into edge Browser and then login to the website i need

Team,
I am trying to login to a web application and I am using Edge Browser. But first time when i login it is asking for the browser login , where i have to give my windows credentials…
How can i do my windows authentication first time. please advise

image

1 Like

Hey @meetrashid84

You can do the Ui-Automation for those steps as well !

Use Element Exists to see if your login popup comes up to do the initial login steps, else fine proceed with normal flow.

Thanks
#nK

Hello @meetrashid84 ,
.as it is an authentication you need to verify whether it is asking always.

If not always then you can primarily check that element present or no. If present use an if activity and perform the authentication steps.