Skip to content

Editing a guide

Stopping a recording opens the editor. Everything on the page is editable.

The guide is renamed in the Name field at the top of the Edit view - the page title, the breadcrumb and the Library row all follow it. The intro and wrap-up blocks sit above and below the steps - type your own.

  • Rewrite - click any step’s text and type. The original narration stays visible under it for reference.
  • Reorder - the up / down arrows on the step card.
  • Delete - the ✕ on the step card.
  • Insert - Add step below on a card inserts under it; Add step at the bottom appends. Hand-added steps open their Details automatically so you can set what they do right away.
  • Add check appends a pass/fail check with the check-type selector already showing.

A step card in the editor. It carries the screenshot Itra captured, with the clicked “Add to basket” button outlined in red; the instruction “Click "Add to basket"”; the narration recorded with it, “Then we add the product to the basket.”; and an open Details section showing Action set to Click and Selector set to #add.

Every step has a Details expander showing what it does under the hood:

Field Meaning Example
Action click, type, key, go to, drag, note, check, screen, user input Click
Selector CSS selector for the target element #add-to-basket, .cart > button
Value typed text / key combo mug, Ctrl+S
URL for “Go to” steps https://shop.example.com/checkout

This is how you fix a step whose selector broke after a redesign, or hand-craft a step Itra didn’t capture. A step with an action, a valid selector, and (where needed) a value will replay like a recorded one.

Say the recording missed that users must accept a cookie banner first:

  1. Add step (or Add step below on the card above where it belongs).
  2. Text: Accept the cookie banner.
  3. In Details (already open): Action Click, Selector #cookie-accept.
  4. Replay - the step runs like any recorded one.