Hi Robot Framework experts.
Using Robot Framework I had automated a portal which uses secureAuth for sign in and able to execute the tests in local desktop no Single sign on issue as I already signed into company portal , so scripts automatically sign’s into the application.
But I have to run these tests in a remote server and when the script clicks on Login in button Secureauth displays a pop up as seen in the attached screenshot. I am unable to enter text in the pop up or do anything with script.
Tried:
- Sending ID and password in URL( https://ID:Password@uri ) did not work.
- Tried Alert keywords did not work. I guess it is not a alert at all.
Can some one point me in right direction Please.
Thank you for your time…