Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-12-20 03:51 AM
Hi Team,
I am doing a web automation, and the business process requires to start another activity after the downloaded file is completed from the web after clicking the run.
In UIPATH, there is an activity called "Wait for Download". I was looking for a similar activity on the Blue Prism. Could you please help me with this. Appreciate your help.
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-01-21 05:07 PM
Hi,
I'm not aware of such functionality in Blue Prism but haven't used UI automation a lot to download files...
What I would do: check what changes on the screen once the download is complete (e.g. a "download completed" notification?), try to spy and wait for that element to appear.
I'm not aware of such functionality in Blue Prism but haven't used UI automation a lot to download files...
What I would do: check what changes on the screen once the download is complete (e.g. a "download completed" notification?), try to spy and wait for that element to appear.
Cheers [FirstName]
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-01-21 05:07 PM
Hi,
I'm not aware of such functionality in Blue Prism but haven't used UI automation a lot to download files...
What I would do: check what changes on the screen once the download is complete (e.g. a "download completed" notification?), try to spy and wait for that element to appear.
I'm not aware of such functionality in Blue Prism but haven't used UI automation a lot to download files...
What I would do: check what changes on the screen once the download is complete (e.g. a "download completed" notification?), try to spy and wait for that element to appear.
Cheers [FirstName]
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-01-21 02:00 AM
Hello,
I usually use the following methods to wait:
I agree with you that "Wait for Download" Activity is easy to use. It would be nice if Blue Prism had such a VBO.
I usually use the following methods to wait:
- check the download progress pop-up(IE, open by Ctrl+J) or download history option(Chrome)
- verify the downloaded file exists using File Management VBO(repeat until the file exists)
I agree with you that "Wait for Download" Activity is easy to use. It would be nice if Blue Prism had such a VBO.
------------------------------
Mitsuko
Asia/Tokyo
------------------------------
Mitsuko
Asia/Tokyo
------------------------------
