Purpose
Use Go Back after opening detail pages from a listing when you need to return to the previous page before continuing.
How it works
- Triggers the browser back action.
- Continues to the next connected block after the navigation completes.
- Depends on browser history created during the current session.
Configuration fields
This block has no configuration fields.
Usage notes
- Add a Wait for Element after Go Back so the listing has time to render again.
- Prefer direct URLs when available; browser history flows are more sensitive to layout changes.