v1.3.0
Highlights
Downloads work. Clicking Export in the embedded browser used to produce nothing at all: Orchestra drives that browser over CDP, which routed every download into a temporary folder that was wiped the moment the browser disconnected. The file arrived, then got thrown away. Nothing about your setup was wrong.
Downloads while you browse
- Files you download land in your Downloads folder, with a banner and Show in folder
- Nothing is ever overwritten — a second
report.csvis saved asreport (1).csv - Works for files the page builds itself, not just links to a server
The Download instrument
- Point it at an export button and it saves whatever that button produces
- Leave the filename empty to keep the site's own name, or choose a folder, a name, or a full path
- The saved path goes into a variable, so later steps can read the file back
- Exported Playwright scripts save downloads exactly the way the app does
- When a button opens the file in a tab instead of downloading it, the step says so instead of hanging