Navigate Back and Forward in the Browser
The AI Recorder can capture browser navigation actions such as Back and Forward. These steps are useful when your test flow requires moving across pages using the browser’s history. The Recorder logs these as dedicated steps so they can be replayed reliably during test execution.
Record Back and Forward Navigation
Open the AI Recorder and start recording a scenario.
Click the browser’s Back or Forward button.
The Recorder adds the navigation as a new step.
Save your scenario. The navigation steps will appear on the Features page.
When you run the scenario, the steps display with status indicators and icons to show whether the navigation passed or failed.
Best Practice
- Use browser navigation steps only when necessary.
- Prefer in-page navigation (like links or buttons) when possible, as it may be more stable across browsers.
- Always run your scenario after recording to verify navigation works as expected.