Editing a test
Open the Events tab in the bottom panel. Double-click any step (or right-click β Editβ¦) to open the Edit drawer. Right-click also offers Delete, Insert steps, Record step(s) here, and Branch from here (fork the first N steps into a new session).
What you can edit depends on the event type:
- Navigate β the URL and load type (full load vs in-document).
- Input β the value (and password flag).
- Click β button and click count.
- Key β key and modifiers.
- Assert β kind (visible / text equals / value equals), the match mode (exact / contains / regex), and the expected text/value (or regex pattern). See Match modes.
- File upload β Replace a file, or Add/Remove files for multi-file inputs.
- API request β the full Postman-style builder (method/URL/params/headers/body/extract). See API requests.
Every step also has a selector ladder you can reorder (Trq tries rungs top-to-bottom until one resolves), plus per-step timing overrides.
For {{β¦}} value templates and captured variables, see Variables & templates.