Question
Pega Robotics Studio is not responding
Hi Team,
I'm trying to automate few functionalities in a windows application but PEGA is not responding after i click on an option. When i do a PerformClick on a button, a secondary window opens but automation is not proceeding after that. I tried the same using test control methods, after the secondary
window opens PEGA Robotics Studio hangs and doesn't respond. I'm using Pega Robotics Studio 8.0.1056.0.
Please find below the log snapshot taken from RuntimeLog.txt when PerformClick event occurred.
ExecutionTracker.ExitWait() - Unable to find ExecutionInfo for ExecutionArgs: 15d1a3be-b90d-4ec7-82cc-fdc3c9bb3ee7
Automation: Automation1 - Executed From: Windows_Application1.btnButton1.PerformClick() To: Windows_Application1.Connect_to_.WaitForCreate() ID: 15d1a3be-b90d-4ec7-82cc-fdc3c9bb3ee7
End^SessionId=15d1a3be-b90d-4ec7-82cc-fdc3c9bb3ee7;TimeStamp=03:16:21.295
Automation: Automation1 - Executed From: OpenSpan.Runtime.RuntimeHost.ProjectStarted To: Windows_Application1.btnButton1.PerformClick() ID: 15d1a3be-b90d-4ec7-82cc-fdc3c9bb3ee7
UnRegisterArgs: 15d1a3be-b90d-4ec7-82cc-fdc3c9bb3ee7 58366981
SessionCompleted. SessionID: 15d1a3be-b90d-4ec7-82cc-fdc3c9bb3ee7
Please help to fix this issue. Thanks in advance for the help!
Regards,
Subaraj
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
The way I have dealt with this situation is to use the "Parallel Process" block. One leg goes to the button click, the other to the code for the Pop-up window. The code does not return from the button click until the pop-up window closes...
There may be other ways to deal with this like Asynchronous Links, but the Parallel Process makes the most sense to me personally.