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

# Check Address

Check the current browser address.

Check Address compares the current browser URL with what you expect. Use it to prove navigation, redirects, and query parameters landed on the right page.

![Check address Test Step](https://app.does.qa/screenshots/node/check_browserAddress.png)

## When to use it

* Confirm a login redirect returned to the dashboard URL.
* Assert query parameters after a filtered search.
* Prefer a partial match via [Comparison Type](/test-step-options/comparison-type.md) when only part of the URL should stay stable.

## Configure

### Basics

| Field               | What to set                                                              |
| ------------------- | ------------------------------------------------------------------------ |
| **Comparison Type** | [Comparison Type](/test-step-options/comparison-type.md)                 |
| **Value**           | Expected URL or fragment as text and/or [Values](/values/value-store.md) |

### 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)                                  |
| **Value Standardization**             | [Value Standardization](/test-step-options/value-standardization.md) |

## Related

* [Check Title](/test-steps/check/check-title.md)
* [Open](/test-steps/starter/open.md)
* [Check](/test-steps/check.md)

**Tags:** `check`, `browserAddress`, `test`, `expect`, `assert`, `browser`, `window`, `tab`, `address`, `url`
