Skip to main content

Setup

  1. Add a Click step on the button/link that triggers the download.
  2. Enable Wait for download on that step.
  3. (Optional) Set Save to environment variable to capture the file URL (e.g. DOWNLOADED_FILE). You can then pass file://{{ 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.