Citrix Automation

Hi All,

does anyone have experience in automating applications which are located inside Citrix? If yes could you please share your experience how to do that?

If possible share some sample code as well.

my requirements are as following -

  1. Open Citrix
  2. Type ID and Password and Hit Enter
  3. Open RDP
  4. Type ID and Password and Hit Enter
  5. Open Run Command and type path of desktop application to open it.
  6. Once application is opened, login to it and do the rest of the job.

I hope some of you must have gone through this scenario and got some work around it.

Thank you in advance :slight_smile:

Sikulilibrary can be used, which uses image-based locators. I have never used it. Have seen some colleagues using this and it’s very difficult…

As it requires imige recognition, you can use RPA Framework as well.

I tested it with RDP and it worked just fine. :crossed_fingers:

1 Like