> For the complete documentation index, see [llms.txt](https://docs.does.qa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.does.qa/test-steps/browser/forward.md).

# Forward

Forward moves the browser one step forward in history, like the browser forward button. Use it after [Back](/test-steps/browser/back.md) when the Flow should return to a page the user had already visited.

![Forward Test Step](https://app.does.qa/screenshots/node/action_goTo_forward.png)

## When to use it

* Revisit a detail page after stepping back to a list.
* Continue a multi-page journey that relies on browser history order.
* Prefer [Reload](/test-steps/browser/reload.md) when the current URL should refresh instead of using history.

## Configure

### Basics

This step has no required fields. It navigates forward in browser history.

### Advanced

| Field                                 | What to set                                          |
| ------------------------------------- | ---------------------------------------------------- |
| **Status on fail**                    | [Failed Status](/test-step-options/failed-status.md) |
| **When should screenshots be taken?** | `Always` (default) or `On Failures`                  |

## Related

* [Back](/test-steps/browser/back.md)
* [Reload](/test-steps/browser/reload.md)
* [Browser](/test-steps/browser.md)

**Tags:** `action`, `goTo`, `forward`, `refresh`, `browser`, `open`, `navigate`, `website`
