Question
Infosys Limited
IN
Last activity: 12 Dec 2019 22:54 EST
How to Handle Windows Security Pop-up
Hi Team,
I am trying to automate SAP Transaction using Pega Robotics. The SAP System under this Implementation uses SSO certificate Authentication. Hence, when we log in to the application for the first time in a day, we get the Windows Security pop-up, asking for credential.
I have tried using HookChildProcess to handle this, but I am unable to interrogate this pop-up. Kindly let me know if there is any method to handle this.
Thanks in Advance.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Updated: 2 Jul 2020 6:34 EDT
Pegasystems Inc.
US
I had a session with Sanjay and we created attached script that helped on Windows 10.
Pegasystems Inc.
IN
Have you tried using OCR method? If not you can follow the below link to see more about how to use OCR feature
https://community.pega.com/knowledgebase/documents/creating-automations-using-screen-ocr-feature
You must interrogate the outermost window of the application. Once you have that, then you can call the various OCR methods on that object (along with SendKeys) to accomplish your tasks.
Have you tried using OCR method? If not you can follow the below link to see more about how to use OCR feature
https://community.pega.com/knowledgebase/documents/creating-automations-using-screen-ocr-feature
You must interrogate the outermost window of the application. Once you have that, then you can call the various OCR methods on that object (along with SendKeys) to accomplish your tasks.
Regards,
Srini
Pegasystems Inc.
IN
Here you need to write a UI Automation to automate the windows Security popup. Below sample code will help you to automate the security popup in windows 10.
sample link: https://repne.wordpress.com/2013/02/25/using-uispy-to-handle-the-windows-security-dialog-in-windows-7/
Sample code:
Here you need to write a UI Automation to automate the windows Security popup. Below sample code will help you to automate the security popup in windows 10.
sample link: https://repne.wordpress.com/2013/02/25/using-uispy-to-handle-the-windows-security-dialog-in-windows-7/
Sample code:
Please let me know if you have any queries.
Accepted Solution
Updated: 2 Jul 2020 6:34 EDT
Pegasystems Inc.
US
I had a session with Sanjay and we created attached script that helped on Windows 10.
Infosys
IN
Hi Pavel, can you please attach the automation screenshot of this.
Infosys
IN
Thank you for sharing script and will help others a lot.