Skip to main content

Download files from a browser session

Download files from a browser session.

This Wrk Action divides. For more information on divides please visit our article explaining Divides.

Application

  • Web Process Automation

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Browser session IDThe unique identifier of the browser instance. Can be retrieved from "Open a browser session" Wrk ActionText (Short)Yesfb9bc380-146c-420e-9130-50ce93614e05
Download all files?Download all files in the browser session. If left to false only the most recent file downloaded in the browser session will be returned.True/FalseNoFalse

Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data library section. These variables in the Data library section are the outputs of previous Wrk Actions in the Wrkflow.

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Downloaded fileFile downloaded from the browser sessionFileYesdata.csv
File nameThe name of the file downloadedText(Short)Yesdata.csv
File typeThe type (extension) of the file downloadedText(Short)Yescsv

Outcomes

NameDescription
SuccessThis status is selected in the event that the files were successfully downloaded from the browser session.
No ResultThis status is selected in the event of the following scenario:There are no files to download from the browser session.
Impossible to completeThis status is selected in the event of the following scenario:Unable to connect to the session for some reason

Requirements

  • N/A