- All of your existing Recorder V1 scripts are still be available for editing and replaying.
- New scripts will be recorded using Recorder V2 after September 15, 2020.
- V1 scripts cannot be automatically converted to Recorder V2.
- Learn more about the new recorder here.
Editing your Record & Replay Scripts is the best way to resolve failing steps.
You can edit any recorded script steps to fix either a failing test or adjust your script as your automated test suites grow.
If you need to edit your recorded steps, visit the script detail view (clicking on script name) and click Edit Steps
Once inside the Script Steps Edit view – you will see all of the recorded values for each step. You can delete & edit each step variable and click Save Steps to fix any failing steps. During editing any script steps, you can revert any changes by clicking Cancel.
Once you have saved your script step changes – run it back by clicking Replay Script
Replay Script: Once you have made step edits – replay your script to validate the script to pass.
Save Steps: Once you have made step edits – these steps will be updated and tied to this same scripts run history.
Cancel: Any accidental actions (while editing steps) will be reverted & not saved.
Delete Step: Permanently remove any unwanted script steps. If this breaks your script – you can’t revert
Recorded Path: The HTML path that the script Recorded captured.
Edit Path: Adjust the HTML path to fix broken step targeting (ie: nav > a:first-of-type)
Step Name (optional): A visual descriptor to help identify what the individual step is doing.
Helpful Error Message: Descriptive reason for failure & suggested fixes (ie: div:nth-child(1) > a.rg_i > img.rg_d)