Setup
- Add a Click step on the button/link that triggers the download.
- Enable Wait for download on that step.
- (Optional) Set Save to environment variable to capture the file URL (e.g.
DOWNLOADED_FILE). You can then passfile://{{ env.DOWNLOADED_FILE }}to a later upload step.
Limits
- One file per Click step.
- Download timeout: 10 seconds.
- Maximum file size: 50MB.
- Downloads are deleted after each session or after 15 minutes.
- Direct file manipulation (reading contents, checking format) is not supported.