Track Click Image Trigger Citrix

Hi,

I would like to monitor click image triggers in citrix and track them. So is there a way to log which click image was triggered if I have more than one of them in monitoring scope?

I could not really find a solution. I tried with get source element but then it gets the whole citrix window element and then there is no way to determine which image click was the trigger for it.

Any suggestions on that :slight_smile: ?

1 Like

I have found a solution myself that will be sufficient enough :wink: :

Get Event Info activity will give you UiPath.Core.EventInfo. From this you can pass it on and read out the ID of the Event: .MonitorID.ToString
This will give you zero indexed IDs of your monitoring events.