Question Answer
What happens if Find Image doesn't actually find the desired image? An exception is thrown
What does the Find Image activity return? An UI element object
Imagine you have to use a Type Into activity in an element that loads slowly. Will it be a good idea to add some delays before executing Type Into?  Yes, use On image appear and start typing only after the trigger happens.
Which of the following activities can be used to select an item in drop down list, in Citrix?  Click image
- Click OCR Text
How can we make sure that an app is in a certain state in a Citrix environment? By waiting for certain UI elements to appear or disappear and making decisions based on that.
What is the EASIEST navigation method to be used in a form with Citrix? By sending keyboard commands/hotkeys
How can you start an application within a Citrix environment?  Double clicking the application icon On the desktop

- Defining a shortcut key and then triggering the app with a Send Hotkey activity
If a Click Image activity was created with an image of an icon, and meanwhile that icon becomes highlighted, will the activity still work?  No if the accuracy is too high

- Yes, if the clipping region avoids the background of the icon
Can a Pick Branch activity be used alone? No, it can only be added inside a Pick activity body.
What can be done when the Windows Remote Connection doesn't allow sending hotkeys? It should work if the Windows Remote Connection is in 'full-screen' mode.
How do you reset a clipping region? With a Set Clipping Region activity
How can the robot pass a variable argument when opening an application in Citrix (eg: a web address for a browser)? In the command prompt, type in the path to the application and the argument.
Imagine you have to use a Type Into activity in an element that loads slowly. Will it be a good idea to add some delays before executing Type Into?  No, this solution is not reliable because sometimes the loading time can take more than the delay time.

- Yes, use On image appear and start typing only after the trigger happens.
Which of the following activities can be used to select an item in drop down list, in Citrix?  Click image
- Click OCR Text