pdfdownloaduipathuipath-studio

Download PDF file from Webpage using UIPath


I currently have a work project that consists of input some fields, generating a certain PDF, and downloading it locally or to a G-Suite Drive folder. The problem is I can't get the automation (UIPath Studio Web Version) to locate the save button in this document visualization and make it download the file. Do you have any suggestions?

Ive attached the screenshot of how I see the webpage.

WebpageView


Solution

  • Try to download it with API, in UiPath download the WebAPI.Activities and then you can use the HttpWebRequest activity, there are some videos on youtube that can help you.