I have written an automation script using Selenium and Java. I have a bot user through which i need to login into MS Dynamics.
I have followed the below step to login:
1. I created a power shell script to open chrome with guest user
2. Open the crm url in browser
3. Enter the bot user email
4. Then a popup comes where i enter the user name and pwd using AutoIt.
5. Login is successful and it shows me the welcome screen.
Problem:
1. It always keep me asking for "Sign in to continue" pop up, if even click on "Sign in" button but this pop up keep on coming.
If i have successfully logged in then why this pop-up comes always.