Question
3
Replies
53
Views
Posted: October 25, 2017
Last activity: January 8, 2018
Closed
Solved
Thick client connecting to random servers with dynamic window names
Hi,
I'm automating a thick client using Pega Robotic Studio, this thick client is connecting to two different servers and the windows are capturing server names as well(dynamically). I want my automation to run if it opens in both the servers.
Thanks,
Anima
Create a boolean to monitor the access to the two servers. Set the bool to 1 when the connected event is fired, and 0 when the disconnected event is fired. After setting the bool to 1, check to see if the other bool is 1. If it is, start the automation.