I am using Computer vision to communicate with a Citrix machine, in the citrix machine i am downloading a file from Chrome, Downloading might take 1 to 20 mins or morethan that.
How to check if that Download is completed or not in Citrix Machine.
I am using Computer vision to communicate with a Citrix machine, in the citrix machine i am downloading a file from Chrome, Downloading might take 1 to 20 mins or morethan that.
How to check if that Download is completed or not in Citrix Machine.
If the file gets downloaded from chrome to a local folder in Citrix then it becomes difficult to trace down the status of download
Instead if you can make the download to be saved in a share drive folder and if you have the shared drive linked to your local machine then u can easily get to know the status
Either shared drive or one drive
Anything is fine
Once after downloading from chrome
Get the folder path of the share drive or one drive from your local machine and use this sequence
With WAIT FOR DOWNLOAD FILE activity
Cheers @Bhagyaraj_Digumarthi1
Hi @Palaniyappan we will be saving the Folder in shared drive only, But that shared drive is not connected to our Local Machine.
So, if we are downloading the files in Onedrive, will it become easier to Tracethem down?
if yes, may i know how we can do that?
And is their a way to direcly download the files to onedrive instead of Local folder or Sharedfolder in Citrix?
Thankyou!
Yes ofcourse it becomes easy when u place in shared drive
Just right click on the folder in which you want to have file synced and then choose “Always keep on this device”.
It makes all the files in the folder being synced right after editing or placing them there. You can also do it on specific file, not the folder.
Then u can use wait for download to validate @Bhagyaraj_Digumarthi1