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

# Next Tab

Next Tab activates the tab to the right of the current one in the browser. Use it when a link or action opened a new tab and the Flow should continue there.

![Next tab Test Step](https://app.does.qa/screenshots/node/browser_tab_next.png)

## When to use it

* Follow a link that opens in a new tab, then switch to that tab for later steps.
* Move through several open tabs in order during a checkout or admin workflow.
* Pair with [Previous Tab](/test-steps/browser/previous-tab.md) to move between tabs without closing them.

## Configure

### Basics

This step has no required fields. It switches to the next tab in the tab strip.

### Advanced

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

## Related

* [Previous Tab](/test-steps/browser/previous-tab.md)
* [Close Current Tab](/test-steps/browser/close-current-tab.md)
* [Browser](/test-steps/browser.md)

**Tags:** `browser`, `tab`, `next`
