Question
1
Replies
23
Views
N/A
Posted: November 28, 2020
Last activity: November 30, 2020
Saving a downloaded file with PEGA RPA
Currently, is there a way to download and save a file using Pega RPA? For example, if you're trying to save a file that you downloaded in a browser, a UI popup with a save button shows up. However, because of how Pega interrogates websites, it looks like it can't also interact with the Internet Explorer UI.
***Edited by Moderator: Pooja Gadige to add platform capability tag***
You can use the ClickByText methods of the Downoad bar (I assume you mean the yellow bar at the bottom). There are also other posts with example solutions using C# UI Automation scripts.