File Downloads
Browser runtimes can download files triggered by page interactions. Downloaded files are saved to the runtime’s workspace storage and can be retrieved via the storage client.
Enabling downloads
Playwright
Downloads are accepted by default. You can explicitly control this via context options:
Puppeteer
Configure download behavior on the browser context:
Triggering a download
Click a download link or button as you normally would:
Downloaded files are automatically captured and stored in the workspace’s storage.
Retrieving downloads
Use the storage client to access downloaded files:

