Hello All,
I am trying to automate a citrix based application but in this application( desktop type application) it capturing only outer container but it does not selecting elements inside the application. there is a label in the grid beside which I have to write something but i dont have any idea how to do it.
for example I have a label “STATUS” and in the next editable text field I have to type
" <>F"
I am using find text activity in the Container(window) to search text “Status” and it is able to find the text but I dont know how to search blank filed next to this status label and type " <>F " in that blank field . please help.
Usually we will not be able to indicate on individual elements in Citrix
for that we have separate set of activities like Computer Vision
Have a view on this doc and try with these set of activities so that you will be able to generate selectors and interact with individual element https://docs.uipath.com/activities/docs/computer-vision-activities
actually it is a console application and very old application. we just login to citrix and click on icon of this application and this application open as a console application. CV is not working on it. for buttons selectors are getting generated but for text inside the application are not creating selecors . i am using click text activity to click on the text which is present in a selected area. like I have a container and in container I have 4 words written then it is capturing only outer container but not capturing these 4 words which are in separate lines.