microsoft / EasyRepro

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

[HOW-TO] Handle non web based ADFS popup #1358

Open prasadhegde60 opened 1 year ago

prasadhegde60 commented 1 year ago

Currently I am handling this using AutoIT. The problem with this approach is test executions fail when run in headless mode.

I am looking for a solution that handles non web based adfs popup and works well when executed in headless or interactive mode.