I am creating a test where I am linking a 3rd party email account to our program. The issue I am encountering is when the prompt pulls up to authenticate the email I am trying to link, I am unable to click anything in the pop up. The pop up comes out in a different window in the browser. How should I go about targeting this since it is outside of the tests current scope? I am unable to use XClick because there is no way for me to locate the new pop-up window.
So, I want to be able to authenticate an email to link with our site. I’ve tried to use XDestopAutomation, but the problem is when I go to click back into the browser, the Microsoft sign in window is out of focus of the test.
I tried this already. The issue I’m having is when I enable desktop automation and then go back to the browser, the window to authenticate the email is in a separate window. Is there a way to change focus to that new window?