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

# Browser

Browser Test Steps control navigation inside the open browser. Use them when the journey needs a new URL, a reload, another tab, or a short script in the page.

## Navigate

| Test Step                                                         | Use it to                     |
| ----------------------------------------------------------------- | ----------------------------- |
| [Go To Absolute URL](/test-steps/browser/go-to-absolute-url.md)   | Open a full URL               |
| [Go To Relative Path](/test-steps/browser/go-to-relative-path.md) | Move within the current site  |
| [Reload](/test-steps/browser/reload.md)                           | Refresh the current page      |
| [Back](/test-steps/browser/back.md)                               | Go back in browser history    |
| [Forward](/test-steps/browser/forward.md)                         | Go forward in browser history |

## Tabs and files

| Test Step                                                     | Use it to                        |
| ------------------------------------------------------------- | -------------------------------- |
| [Next Tab](/test-steps/browser/next-tab.md)                   | Switch to the next tab           |
| [Previous Tab](/test-steps/browser/previous-tab.md)           | Switch to the previous tab       |
| [Close Current Tab](/test-steps/browser/close-current-tab.md) | Close the tab you are on         |
| [Open File](/test-steps/browser/open-file.md)                 | Open a local file in the browser |

## Custom script

| Test Step                                                       | Use it to                                  |
| --------------------------------------------------------------- | ------------------------------------------ |
| [Run Browser Script](/test-steps/browser/run-browser-script.md) | Run JavaScript in the page during the Flow |
