microsoft / EasyRepro

Automated UI testing API for Dynamics 365
MIT License
512 stars 285 forks source link

Unable to Login thru automation in Power App #1394

Open ewb-dmistry opened 8 months ago

ewb-dmistry commented 8 months ago

Hi,

I am trying to login in CRM thru eazyrepro automation library but unable to login.

I have tried with VPN and without VPN.

My code snippets. pwrApp.OnlineLogin.Login(_loginUrl, GlobalTestSettings.PowerAppAdmin.uName, GlobalTestSettings.PowerAppAdmin.pWord, GlobalTestSettings.PowerAppAdmin.MfaSecretKey);

When I tried without VPN I am getting below login window after entering email address.

When I tried with VPN I am getting below login window.

ewb-dmistry commented 8 months ago

I am not sure I am unable to upload the screen shots

dhaval-mistry commented 8 months ago

Without VPN screen shots

2023-11-03_12-49-26

With VPN Screen shots 2023-11-03_13-02-39

I have done thru my personal account.