Hi,
I am trying to automate a Citrix application. I am using image activities. In a window, in a search field, I search for a value and multiple records with mutiple columns show up as a result. I need to select a row which matches the given name, name is one of the columns.
Since UI Automation activities do not work, I have no clue how to do this. Any suggestion would be helpful. Thanks a lot,
If the value is unique then image exist and click image should work.
However, remote runtime would be the best option to avoid any failures in production. I would suggest to check with your organization on the same as it works the best with citrix and the efficiency is also more.
If you are not able to install UiPath remote runtime plug-in, you can use Computer Vision activities to get them as elements. Use any CV activity inside CV Screen Scope.
Hello, I leave you the following link, in which a YouTube video explains how you can use computer vision activities. These activities will allow you to overcome the limitation you mention.