I am working on citrix environment where the client has not provided the copy access from client citrix to local machine(Ui Path Running).
I tried to copy the content through clipboard but i am unable to get the data from citrix.
I tried using hot keys to get the data but i am unable to get the data.
Some how i am able to save the data in a CSV file. when i am accessing the CSV from local machine using readcsv, read range ,excel application scope i am errors like file path not found etc…
Can any one help me to solve this problem on how to access the content from citrix environment.
I work with Citrix environment and I use SendHotkey and Clipboard to get the data from the Citrix.
What I do:
1 - Use SendHotkey (TAB) to go with the cursor on the field that I need to extract the information 2 - Use SendHotkey (Home, SHIFT + End) to select entire text from the field 3 - Use SendHotkey (CTRL + C) to copy the selected text 4 - Use ‘Get From Clipboard’ Activity to get the content from clipboard and assign to a variable
how you have tried to copy and checking…
see their are two scenarios:
convention way we will hit ctrl+c . sometime while working with citrix don know the actual cause but might be network and key delays issues… or might be other. so may be that is why that
or
or try with mouse right click and then copy then try in user system to check the data is being copying or not.
Can anyone tell me how to get the bulk data say 1000 records from Citrix machine to local machine.Using OCR we can’t do i guess.
and Client don’t agree to install UipathRemoteRuntime.msi.
we have table with multiple pages and which is not constant in Citrix environment?
From that table in citrix environment we need to get in datatable.
how can we do this