> 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/back.md).

# Back

Back moves the browser one step back in history, like the browser back button. Use it when the Flow should return to a previous page without reloading the current URL.

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

## When to use it

* Return to a list page after viewing a detail page opened from it.
* Undo a navigation step and confirm the earlier page still shows expected state.
* Prefer [Reload](/test-steps/browser/reload.md) when the same URL should refresh instead of using history.

## Configure

### Basics

This step has no required fields. It navigates back 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

* [Forward](/test-steps/browser/forward.md)
* [Reload](/test-steps/browser/reload.md)
* [Browser](/test-steps/browser.md)

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