> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spurtest.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Refresh

> Reload the current page to refresh its content

## Overview

The Refresh browser action allows you to reload the current page. This is useful for testing dynamic content updates, verifying that your application handles page refreshes correctly, ensuring that the latest data is loaded, or making sure data changes persist across page refreshes.

<Frame caption="Refresh Step">
  <img src="https://mintcdn.com/spur/9IFtS_isfyhWoPyj/images/BrowserActions/refresh_ex.png?fit=max&auto=format&n=9IFtS_isfyhWoPyj&q=85&s=baf59ca4d42c70ddcde837a18ff7a714" alt="" width="1256" height="126" data-path="images/BrowserActions/refresh_ex.png" />
</Frame>

## How to Access

1. Type `/` in an empty test step to open the shortcuts menu
2. Navigate to "Browser Actions"
3. Select "Refresh" from the list of available actions

<Frame caption="Browser Actions Menu">
  <img src="https://mintcdn.com/spur/FN_SwUdkFV3v_mv4/images/Screenshot-2026-04-15-at-4.45.16-PM.png?fit=max&auto=format&n=FN_SwUdkFV3v_mv4&q=85&s=8ca2996a7491594282ba4c352342fc50" alt="Screenshot 2026 04 15 At 4 45 16 PM" width="514" height="420" data-path="images/Screenshot-2026-04-15-at-4.45.16-PM.png" />
</Frame>

## Example Use Cases

The Refresh action has been used for:

* **Dynamic Content Testing**: Verify that content updates correctly after a page refresh
* **State Management**: Test how your application handles state after a page reload
* **Cache Testing**: Ensure that cached content is properly refreshed
* **Form Submission**: Test form behavior after a page refresh
* **Data Persistence**: Verify that data persists correctly after refreshing the page
