hello this is my 2nd post
how to create an condition for file ?
ok, in my case is i want download a file ( probably small file .csv ) it came dynamic because i download it each day, so the end of file came with current date.
and main problem is, the google chrome is close too quickly( probably closed before downloading file is started ).
all i have to do is do check the file, if its already donwloaded then close the chrome, if not stay the chrome until the file is available.
my path folder on C:user\downloads\documents
ushu
(Usha kiranmai)
April 13, 2022, 5:41am
#2
@Nur_Alif_Irawan You can use wait for download activity . Once the file downloads then you can close the chrome. Use below ref links
UiPath Activities are the building blocks of automation projects. They enable you to perform all sort of actions ranging from reading PDF, Excel, or Word documents and working with databases or terminals, to sending HTTP requests and monitoring user...
Hello! I have a master process that downloads many files as part of an audit process. That being said, I’m curious as to how the “Wait for Download” activity works. I see a Do activity that says “Activity to initiate download.” In my case, I’m assuming it would be something like “Click Save.” Then, there is a monitored folder, which would be a network/shared folder. No problem there. The question I have is regarding the Downloaded file section, which appears to require a variable–and a FileInfo …
Hello,
You can use Wait for Download activity. See the documentation here:
UiPath Activities are the building blocks of automation projects. They enable you to perform all sort of actions ranging from reading PDF, Excel, or Word documents and working with databases or terminals, to sending HTTP requests and monitoring user...
Thanks!
Athira