Hi Team,
Presently working on Citrix automation, I am finding a very weird behavior of UiPath dont know weather the problem is my process or the application that I am working on. The issue that I have be facing:
-
As per my knowledge the best way for automating citrix is not using the mouse click events: So for this I have prepared my automation completely using the Key Strokes, I have achieved the internal navigation using key strokes sending Tab & Arrow keys using(Send HotKeys and Type into activities), while working on the key strokes they are working randomly, when working on debug works perfectly when trying to run in normal mode it gets jumped above or below, when trying to reduce the down button count move in a random way.
-
Initially before starting the citrix application, we need to accept a Sign-in window here, I am sending the mouse clicks, suddenly gives the error as “UiElement not found” when I just delete that event and add it again it works fine.
-
The same type of error is there with both click events and Type Into, some times suddenly stops working when I delete it and add it back with same text it works fine.
-
Image Exist\Element Exist activity I am using those to check weather the image is available on the screen or not, with a If condition I will be checking the image status and will perform the required actions , this also works complete randomly, even when the image is available the Image exist will be giving the output as false and it fails.
I have completed the Advanced Citrix Automation tutorial also but could find only basics
Note: Please don’t ask for my code Security reasons cannot provide.
Any suggestion will be helpful
Thanks in advance
Harsha