Image Exists in Citrix

Hi @razor34,

You may try to do the following examples:

First strategy:

  1. Attach Citrix window with the Attach Window activity, it will set the focus to the Citrix window
  2. Inside this activity, try to use the Image Exists activity

You may also use a Do while activity to check if the image exists and only proceed to next step once the image is found. I use it on a daily basis and I have attached an example.

Main.xaml (8.8 KB)

Second strategy:

  1. Attach Citrix window with the Attach Window activity, it will set the focus to the Citrix window
  2. Inside the Attach Window activity use Pick and Pick Branch activities according to the screenshot below:
4 Likes