Release notes

What's new.

v1.1.0

Highlights

Extract can now pull almost anything off a page — and turn it into structured JSON.

Extract — read more

  • Text, attributes (href, src, …), DOM properties, input values, HTML, and element counts
  • Page URL, title, full HTML, and browser storage (localStorage / cookies)
  • List mode reads every match into an array - e.g. all links on a page

Extract — build JSON

  • Add named fields to build an object (key: value)
  • Single or list at any level, with nested sub-objects
  • Visual editor with a Pick button, or edit raw JSON

Other changes

  • Extract inside an Each loop now reads the current element, not the whole page
  • Stop is now a true hard stop, even inside loops

v1.0.0

v1.0

Highlights

Orchestra hits v1.0. Free lifetime licenses available for early
users during the launch window.

Orchestrate (Script Recording)

Record flows directly from your browser, with full flow logic
built in — not just clicks and types.

  • Conditional branches
  • Each and While loops
  • Screenshot, Wait, Sleep, Assert
  • Hover, Extract, Move back and forward

Selector Picker — rebuilt

The selector engine has been remade from scratch.

  • Every picked selector now comes with a ranked list of alternatives
  • Unique selectors are marked explicitly
  • Context-aware: loops generate element lists instead of single selectors
  • Scope visualisation overlay

Other changes

  • Each instrument now applies flow logic across DOM element lists
  • Chromium updated from v29 to v42
  • Step mode now correctly steps through iteration instruments one element and one instrument at a time
  • Back and forward buttons added to the embedded browser
  • Send Feedback button — for bugs, feature requests, and testimonials

v0.9.3

Highlights

  • "Each" instrument now works on DOM elements instead of just array elements
  • Fixed a bug where the reset button doesn't clear the cookies
  • Text selectors now work as expected
  • rework script round-trip parser
  • various bug fixes