Purpose
Use Go Forward for workflows that intentionally bounce between history entries, such as verifying state after a back action.
How it works
- Triggers the browser forward action.
- Only works when the browser has a forward history entry.
- Continues through the graph after the browser changes page.
Configuration fields
This block has no configuration fields.
Usage notes
- Most scrapers do not need Go Forward; direct Navigate blocks are easier to reason about.
- Use waits after history movement because SPAs may rehydrate content asynchronously.